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,16 +1,18 @@
.location {
grid-area: location;
margin: 0;
padding: var(--spacing-horizontal);
padding: var(--spacing-small);
background-color: var(--background-2);
border-radius: var(--border-radius-leaf);
text-align: center;
.location_header {
> .header {
font-weight: bold;
margin: 0 0 0.5rem;
}
.location_page {
.page {
margin: 0;
}
}