Fix hero header height on mobile

After looking around on my phone, 150px was to small for most of the faq pages. 250px seems to look fine on mobile so just use that everywhere.
This commit is contained in:
Sean Yesmunt 2020-09-21 14:53:25 -04:00 committed by GitHub
parent af6a31ade0
commit e45b91f941
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,15 +33,9 @@
}
&.hero--half-height {
@media (min-width: 951px) {
height: 250px;
}
@media (max-width: 950px) {
height: 150px;
}
}
&.hero--news {
background-position: center;
}