Tweaks to the header style

This commit is contained in:
Barry Clark 2014-05-18 19:13:54 -04:00
parent f54107a5da
commit d744ff59e9
2 changed files with 7 additions and 6 deletions

View File

@ -137,12 +137,13 @@ img {
// //
.wrapper-masthead { .wrapper-masthead {
background-color: #e8e8f2; //background-color: #e8e8f2;
margin-bottom: 50px; margin-bottom: 40px;
} }
.masthead { .masthead {
padding: 25px 0; padding: 20px 0;
border-bottom: #777 dotted 1px;
@include mobile { @include mobile {
text-align: center; text-align: center;
} }

View File

@ -404,11 +404,11 @@ img {
background: #eeeeee; } background: #eeeeee; }
.wrapper-masthead { .wrapper-masthead {
background-color: #e8e8f2; margin-bottom: 40px; }
margin-bottom: 50px; }
.masthead { .masthead {
padding: 25px 0; } padding: 20px 0;
border-bottom: #777777 dotted 1px; }
@media screen and (max-width: 520px) { @media screen and (max-width: 520px) {
.masthead { .masthead {
text-align: center; } } text-align: center; } }