Added new project dirs for work later, trying to start working on travel

section
This commit is contained in:
Ethan N. Paul
2018-02-06 20:46:43 -05:00
parent d3ecd1c923
commit d6765551a1
4 changed files with 569 additions and 10 deletions

View File

@@ -722,16 +722,16 @@ body.mobile-nav-active #mobile-nav-toggle {
/* Testimonials Section
--------------------------------*/
#testimonials {
#locations {
background: #f6f6f6;
padding: 80px 0;
}
#testimonials .profile {
#locations .profile {
text-align: center;
}
#testimonials .profile .pic {
#locations .profile .pic {
border-radius: 50%;
border: 6px solid #fff;
margin-bottom: 15px;
@@ -740,21 +740,21 @@ body.mobile-nav-active #mobile-nav-toggle {
width: 260px;
}
#testimonials .profile .pic img {
#locations .profile .pic img {
max-width: 100%;
}
#testimonials .profile h4 {
#locations .profile h4 {
font-weight: 700;
color: #1a82d8;
margin-bottom: 5px;
}
#testimonials .profile span {
#locations .profile span {
color: #333333;
}
#testimonials .quote {
#locations .quote {
position: relative;
background: #fff;
padding: 60px;
@@ -764,7 +764,7 @@ body.mobile-nav-active #mobile-nav-toggle {
border-radius: 5px;
}
#testimonials .quote b {
#locations .quote b {
display: inline-block;
font-size: 22px;
left: -9px;
@@ -772,7 +772,7 @@ body.mobile-nav-active #mobile-nav-toggle {
top: -8px;
}
#testimonials .quote small {
#locations .quote small {
display: inline-block;
right: -9px;
position: relative;