Begin site v2 and split SCSS into more manageable chunks.

This commit is contained in:
Cutieguwu
2025-07-21 13:32:24 -04:00
parent 2bd92e6fdc
commit 689354fc7b
17 changed files with 455 additions and 151 deletions

View File

@@ -0,0 +1,18 @@
.location {
margin: 0;
padding: var(--spacing-horizontal);
background-color: var(--background-2);
border-radius: var(--border-radius-small)
var(--border-radius-large);
text-align: center;
.location_header {
font-weight: bold;
margin: 0 0 0.5rem;
}
.location_page {
margin: 0;
padding: 0;
}
}