Fix mobile height issues on genre pages
This commit is contained in:
parent
921142a63a
commit
56df422e99
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue