chore: tidy
This commit is contained in:
parent
8e5335b497
commit
a6aeb66809
|
@ -41,9 +41,6 @@ table {
|
|||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
ins {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
|
@ -84,18 +81,13 @@ label {
|
|||
font-size: 0.6em;
|
||||
min-height: 3em;
|
||||
padding: 0.5em 0.5em 0.5em 1em;
|
||||
// text-transform: uppercase;
|
||||
user-select: none;
|
||||
}
|
||||
@media(min-width: 20em) {
|
||||
label {
|
||||
@media(min-width: 20em) {
|
||||
align-items: center;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
}
|
||||
}
|
||||
@media(min-width: 32em) {
|
||||
label {
|
||||
@media(min-width: 32em) {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user