From 741dedacc3eda847104d6f9a3e249b3fcdab6465 Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Mon, 18 Mar 2024 23:39:14 -0400 Subject: [PATCH] get rid of gap parameter in css layout --- templates/themes/categories/frames.html | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/themes/categories/frames.html b/templates/themes/categories/frames.html index 22f9bfab..67307ed7 100644 --- a/templates/themes/categories/frames.html +++ b/templates/themes/categories/frames.html @@ -30,7 +30,6 @@ body { display: grid; grid-template-columns: repeat(auto-fill,minmax(120px, 20%)); - gap: 20px; min-height: 100vh; }