Tweaks to the header style
This commit is contained in:
parent
f54107a5da
commit
d744ff59e9
|
@ -137,12 +137,13 @@ img {
|
|||
//
|
||||
|
||||
.wrapper-masthead {
|
||||
background-color: #e8e8f2;
|
||||
margin-bottom: 50px;
|
||||
//background-color: #e8e8f2;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
.masthead {
|
||||
padding: 25px 0;
|
||||
padding: 20px 0;
|
||||
border-bottom: #777 dotted 1px;
|
||||
@include mobile {
|
||||
text-align: center;
|
||||
}
|
||||
|
|
|
@ -404,11 +404,11 @@ img {
|
|||
background: #eeeeee; }
|
||||
|
||||
.wrapper-masthead {
|
||||
background-color: #e8e8f2;
|
||||
margin-bottom: 50px; }
|
||||
margin-bottom: 40px; }
|
||||
|
||||
.masthead {
|
||||
padding: 25px 0; }
|
||||
padding: 20px 0;
|
||||
border-bottom: #777777 dotted 1px; }
|
||||
@media screen and (max-width: 520px) {
|
||||
.masthead {
|
||||
text-align: center; } }
|
||||
|
|
Loading…
Reference in a new issue