🔧 Adjusted global defaults based off of theogg
This commit is contained in:
parent
95711d7bb4
commit
0feced7556
2 changed files with 5 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -4,7 +4,8 @@ cat <<EOM
|
|||
*,
|
||||
*::before,
|
||||
*::after {
|
||||
box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
:root {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue