From a12514cdb30cf0b7f0c0419a260cda058074f56f Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Wed, 31 May 2023 19:42:28 -0500 Subject: [PATCH] fix tablist margin --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 76058ee..b87e2d1 100644 --- a/style.css +++ b/style.css @@ -1220,7 +1220,7 @@ table { display: inline-block; padding: 8px; position: relative; - margin: 0px 2px; + margin: auto 2px 0px 2px; bottom: -2px; text-align: center; font-family: var(--primary-font);