Hero h1 mobile tweaks

This commit is contained in:
Jason Costello 2017-02-28 22:43:50 -08:00
parent 2988b8d1b8
commit 171c204a14
1 changed files with 9 additions and 4 deletions

View File

@ -18,15 +18,19 @@ header .header {
background-position: 35px -40px;
background-size: 100%;
@media (min-width: 1200px) {
h1 {
margin-top: 100px;
}
}
@media (max-width: $screen-md-max) {
height: $hero-height;
h1 {
font-size: 2.1em;
font-size: 36px;
padding-top: 1em;
padding-bottom: 1em;
}
}
@ -36,7 +40,8 @@ header .header {
h1 {
margin: 0;
padding-bottom: 1em;
padding-top: .5em;
margin-bottom: 1em;
}
}
}