css constants cleanup

This commit is contained in:
Matt Walsh
2026-04-06 00:06:01 -05:00
parent 9f6b90919c
commit b2a424a64f
6 changed files with 24 additions and 20 deletions

View File

@@ -2,6 +2,9 @@
$standard-width: 640px;
$standard-height: 480px;
// height with scroll
$standard-scroll-height: 310px;
// blue box size
$blue-box-margin: 64px;