wip media query rework, sidebar mostly finished, rewritten njk

This commit is contained in:
sundae 2026-04-04 16:50:30 +03:00
commit 790147ea05
Signed by: sundae
SSH key fingerprint: SHA256:MsJkKuo4PUdjQDpLeaURy81drKkW14exlTHp+8QFu6M
33 changed files with 268 additions and 361 deletions

View file

@ -1,4 +1,3 @@
@import url("./media.css");
@import url("./blog.css");
@import url("./gallery.css");
@import url("./home.css");
@ -57,3 +56,10 @@ article {
font-family: "Nosey Rodent", sans-serif;
}
}
@media screen and (max-width: 916px) {
header {
width: calc(100% - var(--float) + 4px);
margin: auto 0 0 auto;
padding: var(--pad-xl) 0 0 0;
}
}