forked from MarseyWorld/MarseyWorld
minor cosmetic fix
parent
b61df41cef
commit
c17b18b21f
|
@ -0,0 +1,9 @@
|
|||
body {
|
||||
padding-top: 83px !important
|
||||
}
|
||||
|
||||
@media (max-width: 767.98px) {
|
||||
body {
|
||||
padding-top: 63px !important
|
||||
}
|
||||
}
|
|
@ -6475,13 +6475,6 @@ body *::-webkit-scrollbar {
|
|||
cursor: default !important;
|
||||
}
|
||||
|
||||
body {padding-top: 83px !important}
|
||||
@media (max-width: 767.98px) {
|
||||
body {
|
||||
padding-top: 63px !important
|
||||
}
|
||||
}
|
||||
|
||||
.comment {
|
||||
margin-top: 0.3rem;
|
||||
}
|
||||
|
|
|
@ -335,3 +335,5 @@
|
|||
{%- endif %}
|
||||
|
||||
<link rel="preload" as="image" href="/i/l.webp">
|
||||
|
||||
<link rel="stylesheet" href="{{('css/header.css') | asset}}">
|
||||
|
|
Loading…
Reference in New Issue