forked from MarseyWorld/MarseyWorld
fix header image
parent
a17775f8b5
commit
67d1b05d14
|
@ -5,10 +5,10 @@
|
|||
|
||||
<nav class="shadow-md fixed-top">
|
||||
<style>
|
||||
body {padding-top: 83.8px !important}
|
||||
body {padding-top: 83px !important}
|
||||
@media (max-width: 767.98px) {
|
||||
body {
|
||||
padding-top: 69.55px !important
|
||||
padding-top: 63px !important
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
@ -48,10 +48,10 @@
|
|||
</div>
|
||||
{% else %}
|
||||
<style>
|
||||
body {padding-top: 54.62px !important}
|
||||
body {padding-top: 54px !important}
|
||||
@media (max-width: 767.98px) {
|
||||
body {
|
||||
padding-top: 44.05px !important
|
||||
padding-top: 44px !important
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue