Adjust all styles for box-sizing: border-box to begin working on RWD to add Mobile support.

This commit is contained in:
Cutieguwu
2025-08-03 22:33:00 -04:00
parent 5f3a07d51f
commit 9c6b86371b
9 changed files with 294 additions and 269 deletions

View File

@@ -7,7 +7,7 @@
.error_body,
.tailer {
background-color: var(--background-1);
background-color: var(--background-2);
border-radius: var(--border-radius-leaf);
padding: var(--spacing-horizontal);