Tons of changes, all of which I've forgotten. A number of refactors

exist. Nav menu partly operational on mobile.
This commit is contained in:
Cutieguwu
2025-08-16 15:02:54 -04:00
parent 4bd5c25a72
commit b4906abd19
46 changed files with 318 additions and 213 deletions

View File

@@ -1,15 +1,16 @@
@use "a_tailer";
.pane_error {
width: max-content;
grid-area: main;
margin: auto; /* center object */
width: max-content;
margin: auto;
> .body,
.tailer {
background-color: var(--background-2);
border-radius: var(--border-radius-leaf);
padding: var(--spacing-horizontal);
padding: var(--spacing-small);
text-align: center;
}
@@ -19,7 +20,7 @@
.pane_error {
width: 100%;
margin-top: var(--margin-pane);
margin-bottom: var(--margin-pane);
margin-top: var(--spacing-large);
margin-bottom: var(--spacing-large);
}
}