forked from MarseyWorld/MarseyWorld
fix header image
parent
a17775f8b5
commit
67d1b05d14
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue