Skip to content

Commit

Permalink
Adjusted a very specific mobile screen size/aspect ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
TohnoCoding committed Oct 12, 2024
1 parent c59c82f commit 3063f4f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions css/Site.css
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,15 @@ div.member-eventonly {
}
}

@media (min-aspect-ratio: 6/13) {
.card {
margin-left: -2.5em !important;
width: 128% !important;
transform-origin: top center !important;
transform: scale(0.9);
}
}

/* Centering and Layout Adjustments */
.listbox,
.statsBox {
Expand Down

0 comments on commit 3063f4f

Please sign in to comment.