fix body top padding

pull/114/head
Aevann 2023-02-06 06:26:16 +02:00
parent cae748c2bc
commit 2421effcd3
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
body {
padding-top: 83px !important
padding-top: 85.95px !important
}
@media (max-width: 767.98px) {
body {
padding-top: 63px !important
padding-top: 64.86px !important
}
}