From 2421effcd3aaa3f17abd674c213f6dcb05c192bf Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 6 Feb 2023 06:26:16 +0200 Subject: [PATCH] fix body top padding --- files/assets/css/header.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/assets/css/header.css b/files/assets/css/header.css index 1bc7cf11c..ebb4f5d97 100644 --- a/files/assets/css/header.css +++ b/files/assets/css/header.css @@ -1,9 +1,9 @@ body { - padding-top: 83px !important + padding-top: 85.95px !important } @media (max-width: 767.98px) { body { - padding-top: 63px !important + padding-top: 64.86px !important } }