Fix mobile height issues on genre pages

This commit is contained in:
Campbell Alden 2022-10-12 12:15:34 +09:00
parent 921142a63a
commit 56df422e99

View file

@ -5,6 +5,7 @@
border-radius: 10px;
background: var(--color-primary);
aspect-ratio: 2 / 3;
height: 100%; /* This feels like it shouldn't be necessary */
flex-basis: 280px;
max-width: 280px;
padding: 10px;