From 8f3ab431b80d0939dd32a7cd2b3a86f5914fca29 Mon Sep 17 00:00:00 2001 From: Flummi Date: Thu, 9 Dec 2021 17:00:59 +0100 Subject: [PATCH] fix padding on index --- public/s/css/f0ck.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/s/css/f0ck.css b/public/s/css/f0ck.css index 88f73c0..203bf5f 100644 --- a/public/s/css/f0ck.css +++ b/public/s/css/f0ck.css @@ -1169,6 +1169,9 @@ div#flash.warn { div#posts > a > p { height: 100%; width: 100%; + /* possible fix for weird padding */ + position: absolute; + bottom: calc(0px - 12px); } div#posts > a > p:before { content: "";