Fix: Adjusted margin toprevent backdrops in media pages from going under the header
This commit is contained in:
parent
15afb1f3dd
commit
8c532c1718
1 changed files with 4 additions and 0 deletions
|
|
@ -251,6 +251,10 @@ h1 {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.layout-mobile .itemBackdrop {
|
||||||
|
margin-top: 3.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
/* @media (max-width: 62.5em) {
|
/* @media (max-width: 62.5em) {
|
||||||
.layout-desktop .itemBackdrop {
|
.layout-desktop .itemBackdrop {
|
||||||
height: 5vh;
|
height: 5vh;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue