From aadc85af665ba96e80ab8739ef9a5cad514b97e6 Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Sun, 11 Feb 2024 15:25:59 -0500 Subject: [PATCH] Fixes to catalog small grid --- stylesheets/style.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index 3ebc791e..34781ce8 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -887,14 +887,16 @@ pre { } .theme-catalog div.grid-size-vsmall img { - max-height: 33%; - max-width: 95% + max-height: 80px; + max-width: 80px; } .theme-catalog div.grid-size-vsmall { - min-width:90px; + min-width: 90px; max-width: 90px; max-height: 148px; + font-size: 11px; + margin-bottom: 10px; } .theme-catalog div.grid-size-small img {