fix padding on masthead

This commit is contained in:
Pat Dryburgh
2019-04-17 11:52:22 -04:00
parent f11c93f3a0
commit 8b885e0b38
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,5 @@
.site-masthead {
box-sizing: border-box;
padding: 0 2em;
position: relative;
text-align: center;
}
@ -9,6 +8,7 @@
font-size: 3em;
margin-bottom: 0;
margin-top: 1em;
padding: 0 2rem;
@media (min-width: $on-tablet) {
font-size: 6em;
}
@ -18,6 +18,7 @@
color: $muted-text-color;
font-size: 1.25em;
margin: 0;
padding: 0 2rem;
@media (min-width: $on-tablet) {
font-size: 3em;
}