From c9a0520bb8b2d31889f8e158f5b2b34e31c5eaf8 Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Wed, 4 May 2022 14:11:43 +0000 Subject: [PATCH] top padding --- sitefiles/sig.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sitefiles/sig.css b/sitefiles/sig.css index 5a096a1..70aeefa 100644 --- a/sitefiles/sig.css +++ b/sitefiles/sig.css @@ -98,9 +98,11 @@ body{ min-width:98vw; text-align:center; font-size:1.75em; + padding-top:2px; } .contentBody .contentWrapper .content .unexpanded:hover{ + padding-top:8px; background-color: rgba(255, 255, 255, .06); }