merge header.css into main.css

pull/134/head
Aevann 2023-02-24 05:50:40 +02:00
parent bcd17e6edf
commit 611cf4ba95
3 changed files with 10 additions and 11 deletions

View File

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

View File

@ -7168,3 +7168,13 @@ input::-webkit-inner-spin-button {
input[type=number] {
-moz-appearance: textfield !important;
}
body {
padding-top: 85.9px !important
}
@media (max-width: 767.98px) {
body {
padding-top: 74.55px !important
}
}

View File

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