From c27a0cf61fc0e4829ecfaf559604223b82f1707b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Monta=C3=B1ana?= Date: Wed, 7 Jun 2023 21:13:13 +0200 Subject: [PATCH] Fix header statbar height --- app/static/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/static/css/main.css b/app/static/css/main.css index 8faf3aa..cae3be0 100644 --- a/app/static/css/main.css +++ b/app/static/css/main.css @@ -30,13 +30,13 @@ tbody { } body { - padding-bottom: 25px; + padding-bottom: 35px; padding-top: 70px; background-color: #ffb878; } .navbar-custom { - height: 20px; + height: 30px; } .pie{ color: white;