🔧 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

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

View file

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