Fixes to catalog small grid

This commit is contained in:
towards-a-new-leftypol 2024-02-11 15:25:59 -05:00
parent 477adbeaa7
commit aadc85af66
1 changed files with 5 additions and 3 deletions

View File

@ -887,14 +887,16 @@ pre {
} }
.theme-catalog div.grid-size-vsmall img { .theme-catalog div.grid-size-vsmall img {
max-height: 33%; max-height: 80px;
max-width: 95% max-width: 80px;
} }
.theme-catalog div.grid-size-vsmall { .theme-catalog div.grid-size-vsmall {
min-width:90px; min-width: 90px;
max-width: 90px; max-width: 90px;
max-height: 148px; max-height: 148px;
font-size: 11px;
margin-bottom: 10px;
} }
.theme-catalog div.grid-size-small img { .theme-catalog div.grid-size-small img {