🔧 Updated css defaults
This commit is contained in:
parent
accd0ef8d7
commit
87e248123b
2 changed files with 12 additions and 3 deletions
|
|
@ -5,7 +5,6 @@ cat <<EOM
|
|||
*::before,
|
||||
*::after {
|
||||
box-sizing: border-box;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
:root {
|
||||
|
|
@ -29,4 +28,9 @@ video {
|
|||
max-width: 100%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
input,
|
||||
textarea {
|
||||
min-width: 0;
|
||||
}
|
||||
EOM
|
||||
Loading…
Add table
Add a link
Reference in a new issue