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:
parent
4fa179c028
commit
5bf856ec23
@ -1,5 +1,6 @@
|
||||
body {
|
||||
min-height: 100vh;
|
||||
padding-top: 56px;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
|
Loading…
Reference in New Issue
Block a user