hero header margins

This commit is contained in:
Jason Costello 2017-02-27 17:25:00 -08:00
parent 4caf4f1e20
commit a9af20558f
1 changed files with 3 additions and 3 deletions

View File

@ -18,14 +18,14 @@ header .header {
background-position: 35px -40px;
background-size: 100%;
h2 {
h1 {
margin-top: 70px;
}
@media (max-width: $screen-md-max) {
height: $hero-height;
h2 {
h1 {
font-size: 2.1em;
}
}
@ -34,7 +34,7 @@ header .header {
height: auto;
background: none;
h2 {
h1 {
margin: 0;
padding: 1em;
}