cleanup/namespacing

This commit is contained in:
2025-08-10 17:36:57 -07:00
parent 5c1a76f223
commit 9d5a558137
11 changed files with 50 additions and 63 deletions

View File

@@ -13,6 +13,13 @@ html, body {
padding: 0;
}
.page-base {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
}
/* Use border-box sizing everywhere to keep dimensions predictable */
html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }