From 8906dfcc0ad0aff5a38ef8534c60ff45c394ef58 Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Wed, 4 May 2022 14:28:43 +0000 Subject: [PATCH] 8px down when hovering --- sitefiles/sig.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sitefiles/sig.css b/sitefiles/sig.css index 9cdb0e9..c7662e2 100644 --- a/sitefiles/sig.css +++ b/sitefiles/sig.css @@ -100,12 +100,11 @@ body{ min-width:98vw; text-align:center; font-size:1.75em; - padding-top:2px; background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(15,15,15,1.0) 100%); } .contentBody .contentWrapper .content .unexpanded:hover{ - padding-top:8px; + bottom:-8px; background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(32,32,32,1.0) 100%); }