🔧 Adjusted global defaults based off of theogg

This commit is contained in:
z3rOR0ne 2024-01-11 08:39:43 -08:00
parent 95711d7bb4
commit 0feced7556
2 changed files with 5 additions and 2 deletions

View file

@ -3,7 +3,9 @@
*,
*::before,
*::after {
box-sizing: border-box;
box-sizing: border-box;
/* From Theo's channel */
min-width: 0;
}
/* kevin uses html here,

View file

@ -4,7 +4,8 @@ cat <<EOM
*,
*::before,
*::after {
box-sizing: border-box;
box-sizing: border-box;
min-width: 0;
}
:root {