Make border-box the default box-sizing to avoid weird unpredictable layout behaviors
This commit is contained in:
parent
f10bc89510
commit
da327a633b
@ -1,3 +1,7 @@
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
html {
|
||||
background: var(--color-brand-canvas);
|
||||
font-family: var(--font-sans-serif);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user