minor cosmetic fix

pull/83/head
Aevann 2022-12-30 19:15:50 +02:00
parent b61df41cef
commit c17b18b21f
3 changed files with 11 additions and 7 deletions

View File

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

View File

@ -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;
}

View File

@ -335,3 +335,5 @@
{%- endif %}
<link rel="preload" as="image" href="/i/l.webp">
<link rel="stylesheet" href="{{('css/header.css') | asset}}">