diff --git a/static/css/styles.css b/static/css/styles.css index 67ea14fb..27737d9c 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -1445,6 +1445,10 @@ input[type=file] { max-width: 42rem; } +.max-w-7xl { + max-width: 80rem; +} + .flex-auto { flex: 1 1 auto; } @@ -1892,6 +1896,16 @@ input[type=file] { background-color: rgb(90 213 153 / 0.7); } +.bg-stone { + --tw-bg-opacity: 1; + background-color: rgb(221 231 236 / var(--tw-bg-opacity)); +} + +.bg-gray-200 { + --tw-bg-opacity: 1; + background-color: rgb(229 231 235 / var(--tw-bg-opacity)); +} + .bg-opacity-70 { --tw-bg-opacity: 0.7; } @@ -2692,6 +2706,22 @@ input[type=file] { } @media (min-width: 768px) { + .md\:fixed { + position: fixed; + } + + .md\:top-0 { + top: 0px; + } + + .md\:left-0 { + left: 0px; + } + + .md\:right-0 { + right: 0px; + } + .md\:order-last { order: 9999; } @@ -2760,6 +2790,14 @@ input[type=file] { margin-bottom: 1.5rem; } + .md\:mt-20 { + margin-top: 5rem; + } + + .md\:mt-32 { + margin-top: 8rem; + } + .md\:block { display: block; } diff --git a/templates/base.html b/templates/base.html index 2fff072b..964a6937 100644 --- a/templates/base.html +++ b/templates/base.html @@ -43,8 +43,8 @@ if (m !== 'dark' && m !== 'light') return; mode = m; }" - class="h-screen dark:bg-black bg-stone/60 font-cairo" {% block body_id %}{% endblock %}> -
+ class="h-screen dark:bg-black bg-gray-200 font-cairo" {% block body_id %}{% endblock %}> +
{% include "includes/_header.html" %} diff --git a/templates/includes/_header.html b/templates/includes/_header.html index b67a9ba9..339858b4 100644 --- a/templates/includes/_header.html +++ b/templates/includes/_header.html @@ -2,8 +2,8 @@ {% load account socialaccount %} -
-
+
+