diff --git a/files/assets/css/header.css b/files/assets/css/header.css deleted file mode 100644 index 2fe4cad89..000000000 --- a/files/assets/css/header.css +++ /dev/null @@ -1,9 +0,0 @@ -body { - padding-top: 85.9px !important -} - -@media (max-width: 767.98px) { - body { - padding-top: 74.55px !important - } -} diff --git a/files/assets/css/main.css b/files/assets/css/main.css index d189e3ce1..d94c40f9d 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -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 + } +} diff --git a/files/templates/header.html b/files/templates/header.html index 5d533e464..15d40b8fb 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -338,5 +338,3 @@ {% endif %} - -