Make everything box-sizing: border-box.

This commit is contained in:
Tom Alexander 2025-02-17 20:57:40 -05:00
parent d93e91c625
commit 824f34bd4c
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -44,6 +44,10 @@
}
}
* {
box-sizing: border-box;
}
body {
color: var(--site-text-color);
background-color: var(--site-background-color);