hero header tweaks

This commit is contained in:
Jason Costello 2017-02-27 18:24:07 -08:00
parent a9af20558f
commit 3da14d6716
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ header .header {
background-size: 100%;
h1 {
margin-top: 70px;
margin-top: 100px;
}
@media (max-width: $screen-md-max) {
@ -36,7 +36,7 @@ header .header {
h1 {
margin: 0;
padding: 1em;
padding-bottom: 1em;
}
}
}