diff --git a/frontend/styles.css b/frontend/styles.css index e7d7fd56..61629020 100644 --- a/frontend/styles.css +++ b/frontend/styles.css @@ -15,6 +15,14 @@ body { @apply font-sans text-slate dark:text-offwhite; } + + @media screen and (max-width: 768px) { + .navbar-mobile { + position: relative !important; + margin-bottom: 2rem; + } + } + h1 { @apply text-6xl dark:text-white; @apply mb-3; @@ -165,13 +173,3 @@ /* 2 */ } } - -.nav-shadow { - box-shadow: 0px 1px 0px #d1d1d1; - border-bottom: 1px solid #f6f6f6; - } - -.dark .nav-shadow { - border-bottom: 1px solid #07405f; - box-shadow: 0 1px 0 #000; -} diff --git a/templates/includes/_header.html b/templates/includes/_header.html index 6f57bbda..84ffdd41 100644 --- a/templates/includes/_header.html +++ b/templates/includes/_header.html @@ -2,12 +2,23 @@ {% load account socialaccount active_link_tags %} -
+