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