General theme changes & Fixing warnings

This commit is contained in:
2025-07-04 00:19:58 -04:00
Unverified
parent 00f5426764
commit af74689d84
11 changed files with 93 additions and 38 deletions

View File

@@ -90,6 +90,10 @@
flex-direction: column;
gap: var(--sidebar-element-separation);
@media (max-width: 768px) {
flex-direction: row;
}
@include respond(md) {
padding: 0;
}