From d8b213670711630bebb354f9978eb5555df78112 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Sat, 2 Nov 2024 22:16:04 -0400 Subject: [PATCH] padding to margin --- static/css/layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/layout.css b/static/css/layout.css index e19e1d2..48b0404 100644 --- a/static/css/layout.css +++ b/static/css/layout.css @@ -109,7 +109,7 @@ p { } #content > ul > li > a { - padding: 1rem; + margin: 1rem; } } /* we really want to make sure this doesn't stick around when colors load in regardless of when/how colors get loaded in*/