From 9d26b49af0a3a8181fa876f61e0fe4fdfeb01174 Mon Sep 17 00:00:00 2001 From: FALSAL Date: Tue, 19 Sep 2023 23:41:00 +0200 Subject: [PATCH] adding 20px more to header-container --- src/App.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.css b/src/App.css index f04234a7..13020734 100644 --- a/src/App.css +++ b/src/App.css @@ -415,7 +415,7 @@ body ::-webkit-scrollbar-thumb:hover { .header-container { height: unset; - padding-bottom: 30px; + padding-bottom: 50px; } .header-container.utils {