forked from rDrama/rDrama
1
0
Fork 0

fix header image

master
Aevann1 2022-09-17 16:45:46 +02:00
parent a17775f8b5
commit 67d1b05d14
1 changed files with 4 additions and 4 deletions

View File

@ -5,10 +5,10 @@
<nav class="shadow-md fixed-top"> <nav class="shadow-md fixed-top">
<style> <style>
body {padding-top: 83.8px !important} body {padding-top: 83px !important}
@media (max-width: 767.98px) { @media (max-width: 767.98px) {
body { body {
padding-top: 69.55px !important padding-top: 63px !important
} }
} }
</style> </style>
@ -48,10 +48,10 @@
</div> </div>
{% else %} {% else %}
<style> <style>
body {padding-top: 54.62px !important} body {padding-top: 54px !important}
@media (max-width: 767.98px) { @media (max-width: 767.98px) {
body { body {
padding-top: 44.05px !important padding-top: 44px !important
} }
} }
</style> </style>