Make border-box the default box-sizing to avoid weird unpredictable layout behaviors

This commit is contained in:
Kuba Orlik 2026-05-03 18:54:26 +02:00
parent f10bc89510
commit da327a633b

View File

@ -1,3 +1,7 @@
* {
box-sizing: border-box;
}
html {
background: var(--color-brand-canvas);
font-family: var(--font-sans-serif);