🔧 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
|
|
@ -4,6 +4,8 @@
|
|||
*::before,
|
||||
*::after {
|
||||
box-sizing: border-box;
|
||||
/* From Theo's channel */
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
/* kevin uses html here,
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ cat <<EOM
|
|||
*::before,
|
||||
*::after {
|
||||
box-sizing: border-box;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
:root {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue