Hero h1 mobile tweaks
This commit is contained in:
parent
2988b8d1b8
commit
171c204a14
|
@ -18,15 +18,19 @@ header .header {
|
||||||
background-position: 35px -40px;
|
background-position: 35px -40px;
|
||||||
background-size: 100%;
|
background-size: 100%;
|
||||||
|
|
||||||
h1 {
|
@media (min-width: 1200px) {
|
||||||
margin-top: 100px;
|
h1 {
|
||||||
|
margin-top: 100px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: $screen-md-max) {
|
@media (max-width: $screen-md-max) {
|
||||||
height: $hero-height;
|
height: $hero-height;
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 2.1em;
|
font-size: 36px;
|
||||||
|
padding-top: 1em;
|
||||||
|
padding-bottom: 1em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -36,7 +40,8 @@ header .header {
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding-bottom: 1em;
|
padding-top: .5em;
|
||||||
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue