🔧 Updated css defaults
This commit is contained in:
parent
accd0ef8d7
commit
87e248123b
2 changed files with 12 additions and 3 deletions
|
|
@ -4,8 +4,6 @@
|
||||||
*::before,
|
*::before,
|
||||||
*::after {
|
*::after {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
/* From Theo's channel */
|
|
||||||
min-width: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* kevin uses html here,
|
/* kevin uses html here,
|
||||||
|
|
@ -33,3 +31,10 @@ video {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* TheoGG recommends this under '*',
|
||||||
|
* but kevin says differently */
|
||||||
|
input,
|
||||||
|
textarea {
|
||||||
|
min-width: 0;
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,6 @@ cat <<EOM
|
||||||
*::before,
|
*::before,
|
||||||
*::after {
|
*::after {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
min-width: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
|
|
@ -29,4 +28,9 @@ video {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input,
|
||||||
|
textarea {
|
||||||
|
min-width: 0;
|
||||||
|
}
|
||||||
EOM
|
EOM
|
||||||
Loading…
Add table
Add a link
Reference in a new issue