mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Trying to avoid content clipping on certain screen sizes
This commit is contained in:
@@ -204,6 +204,10 @@ h1 {
|
||||
margin-top: -40vh;
|
||||
}
|
||||
|
||||
.itemBackdrop {
|
||||
height: 50vh;
|
||||
}
|
||||
|
||||
@media (orientation: portrait) and (max-width: 40em) {
|
||||
.layout-mobile .itemBackdrop {
|
||||
height: 40vh;
|
||||
@@ -211,9 +215,17 @@ h1 {
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-height: 31.25em) {
|
||||
.itemBackdrop {
|
||||
height: 45vh;
|
||||
height: 62vh;
|
||||
}
|
||||
}
|
||||
|
||||
/* @media (max-width: 62.5em) {
|
||||
.layout-desktop .itemBackdrop {
|
||||
height: 5vh;
|
||||
}
|
||||
} */
|
||||
|
||||
h2 {
|
||||
font-size: 1.25em;
|
||||
|
Reference in New Issue
Block a user