fix mobile layout

This commit is contained in:
Reid 2025-03-07 07:10:57 -08:00
parent ac3cb10634
commit d20c165e67
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD

View file

@ -27,7 +27,8 @@ import Header from "./Header.astro";
/* mobile */ /* mobile */
@media screen and (max-width: 600px) { @media screen and (max-width: 600px) {
.sidebar { .sidebar {
position: initial; /* needed due to background being fixed */
position: relative;
height: auto; height: auto;
} }
} }