Skip to content

Commit

Permalink
Fix Next-Up Section Alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
MakD authored Jun 10, 2024
1 parent be6c2a4 commit 21322e4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions zombie-min-git.css
Original file line number Diff line number Diff line change
Expand Up @@ -1422,10 +1422,11 @@ fieldset {
}
.layout-desktop .nextUpSection {
border-radius: 34px;
margin: 15.5vh 2.5em 1vh 66%;
margin: -5.5vh 2.5em 1vh 66%;
padding-left: 2.5em;
padding-right: 1.5em;
padding-top: 0em;
background-color: rgba(var(--darkest), 0.8);
padding-top: 0.3em;
backdrop-filter: blur(4px);
position: absolute;
}
Expand Down Expand Up @@ -1724,7 +1725,7 @@ fieldset {
height: 38vh;
}
.layout-mobile #childrenCollapsible .padded-right {

padding-right: 0;
}
}
@media (orientation: landscape) and (min-width: 48.125em) {
Expand Down Expand Up @@ -1895,7 +1896,7 @@ fieldset {
margin-top: 35vh;
}
#childrenCollapsible .padded-right {
padding-right: 38%;
padding-right: 0;
}
@media (min-width: 50em) {
.layout-mobile [dir="ltr"] .mainDetailButtons {
Expand Down

0 comments on commit 21322e4

Please sign in to comment.