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-29 19:31:24 +07:00
parent dd08dbfabd
commit ce6e139e54
2 changed files with 2 additions and 0 deletions

View File

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

View File

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