Templates dir, Put in and shift to a media query template for RWD issues.

This commit is contained in:
Cutieguwu
2025-08-23 15:18:10 -04:00
parent 5bc1d2ecd9
commit 863355cd1c
14 changed files with 23 additions and 12 deletions

View File

@@ -24,7 +24,7 @@ nav.pane {
}
}
@media only screen and (max-width: 500px) {
@media (max-width: 500px) {
nav.pane {
background-color: var(--background-2);
border-radius: var(--border-radius-leaf);