From 5bf856ec233e250eb869ff8af39d7f180640ae85 Mon Sep 17 00:00:00 2001 From: Dita Aji Pratama Date: Thu, 26 Sep 2024 18:35:36 +0700 Subject: [PATCH] Because the navbar have a size 40px in the content and 8px in the both top and down padding, I add 56px of top padding in the body --- app/templates/prime/static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/templates/prime/static/css/style.css b/app/templates/prime/static/css/style.css index e4d79da..469ae94 100644 --- a/app/templates/prime/static/css/style.css +++ b/app/templates/prime/static/css/style.css @@ -1,5 +1,6 @@ body { min-height: 100vh; + padding-top: 56px; } .navbar {