From ce6e139e5425a3c67bbedcbfc2e7e67f459550d0 Mon Sep 17 00:00:00 2001 From: Dita Aji Pratama Date: Sun, 29 Sep 2024 19:31:24 +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 --- costapy-templates/prime/static/css/style.css | 1 + html/style.css | 1 + 2 files changed, 2 insertions(+) diff --git a/costapy-templates/prime/static/css/style.css b/costapy-templates/prime/static/css/style.css index e4d79da..469ae94 100644 --- a/costapy-templates/prime/static/css/style.css +++ b/costapy-templates/prime/static/css/style.css @@ -1,5 +1,6 @@ body { min-height: 100vh; + padding-top: 56px; } .navbar { diff --git a/html/style.css b/html/style.css index e4d79da..469ae94 100644 --- a/html/style.css +++ b/html/style.css @@ -1,5 +1,6 @@ body { min-height: 100vh; + padding-top: 56px; } .navbar {