From 7acb92332ab1f8a52d4a61c03ed8e652d6c31918 Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 10 Jan 2024 23:57:48 +0200 Subject: [PATCH] reduce tilted post padding --- files/assets/css/awards.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/assets/css/awards.css b/files/assets/css/awards.css index c44bbfd96..7584df92b 100644 --- a/files/assets/css/awards.css +++ b/files/assets/css/awards.css @@ -204,8 +204,8 @@ transform: rotate(0.3deg); } .tilt-post > * { - padding-left: 3rem !important; - padding-right: 3rem !important; + padding-left: 1rem !important; + padding-right: 1rem !important; }