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

This commit is contained in:
Dita Aji Pratama 2024-09-26 18:35:36 +07:00
parent 4fa179c028
commit 5bf856ec23

View File

@ -1,5 +1,6 @@
body { body {
min-height: 100vh; min-height: 100vh;
padding-top: 56px;
} }
.navbar { .navbar {