Lighten up description and border-bottom in the header

This commit is contained in:
Barry Clark 2014-05-23 09:12:34 -04:00
parent 04c0faca7e
commit 8d6f8a76a4
2 changed files with 4 additions and 4 deletions

View file

@ -143,7 +143,7 @@ img {
.masthead { .masthead {
padding: 20px 0; padding: 20px 0;
border-bottom: #777 dotted 1px; border-bottom: 1px solid $lighterGray;
@include mobile { @include mobile {
text-align: center; text-align: center;
} }
@ -197,7 +197,7 @@ img {
font-size: 16px; font-size: 16px;
margin: 0; margin: 0;
margin-top: -5px; margin-top: -5px;
color: $darkGray; color: #777;
@include mobile { @include mobile {
float: none; float: none;

View file

@ -408,7 +408,7 @@ img {
.masthead { .masthead {
padding: 20px 0; padding: 20px 0;
border-bottom: #777777 dotted 1px; } border-bottom: 1px solid #eeeeee; }
@media screen and (max-width: 520px) { @media screen and (max-width: 520px) {
.masthead { .masthead {
text-align: center; } } text-align: center; } }
@ -449,7 +449,7 @@ img {
font-size: 16px; font-size: 16px;
margin: 0; margin: 0;
margin-top: -5px; margin-top: -5px;
color: #333333; } color: #777777; }
@media screen and (max-width: 520px) { @media screen and (max-width: 520px) {
.site-description { .site-description {
float: none; float: none;