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

@@ -76,6 +76,7 @@
* {
color-scheme: dark;
box-sizing: border-box;
/* outline: 1px solid red; */
}