mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
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:
parent
af6a31ade0
commit
e45b91f941
1 changed files with 1 additions and 7 deletions
|
@ -33,13 +33,7 @@
|
|||
}
|
||||
|
||||
&.hero--half-height {
|
||||
@media (min-width: 951px) {
|
||||
height: 250px;
|
||||
}
|
||||
|
||||
@media (max-width: 950px) {
|
||||
height: 150px;
|
||||
}
|
||||
height: 250px;
|
||||
}
|
||||
|
||||
&.hero--news {
|
||||
|
|
Loading…
Add table
Reference in a new issue