diff --git a/static/css/styles.css b/static/css/styles.css index 96aa8501..0850e588 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -1377,10 +1377,6 @@ i:not(.link-force) { height: auto; } -.h-\[15px\] { - height: 15px; -} - .h-32 { height: 8rem; } @@ -1546,6 +1542,10 @@ i:not(.link-force) { max-width: 42rem; } +.max-w-7xl { + max-width: 80rem; +} + .flex-auto { flex: 1 1 auto; } @@ -1757,12 +1757,6 @@ i:not(.link-force) { margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))); } -.space-y-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)); -} - .space-x-3 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(0.75rem * var(--tw-space-x-reverse)); @@ -2101,11 +2095,6 @@ i:not(.link-force) { background-color: rgb(254 240 138 / 0.7); } -.bg-slate { - --tw-bg-opacity: 1; - background-color: rgb(49 74 87 / var(--tw-bg-opacity)); -} - .bg-opacity-10 { --tw-bg-opacity: 0.1; } @@ -2352,10 +2341,6 @@ i:not(.link-force) { padding-bottom: 1.5rem; } -.pt-5 { - padding-top: 1.25rem; -} - .pr-\[1vw\] { padding-right: 1vw; } @@ -3443,14 +3428,6 @@ i:not(.link-force) { margin-bottom: 2.5rem; } - .lg\:block { - display: block; - } - - .lg\:hidden { - display: none; - } - .lg\:min-w-\[300px\] { min-width: 300px; } diff --git a/templates/base.html b/templates/base.html index 8bcc5348..c9532bc1 100644 --- a/templates/base.html +++ b/templates/base.html @@ -57,7 +57,7 @@ }" class="h-screen bg-gray-200 dark:bg-black font-cairo" {% block body_id %}{% endblock %}> -
+
{% include "includes/_header.html" %} diff --git a/templates/includes/_header.html b/templates/includes/_header.html index 2d29ce89..5749f604 100644 --- a/templates/includes/_header.html +++ b/templates/includes/_header.html @@ -5,7 +5,7 @@
-
+