typos
This commit is contained in:
parent
21d4221df9
commit
1c7e06e980
|
@ -3,7 +3,7 @@ html {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
background-color: none;
|
background: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
@ -164,7 +164,7 @@ label,
|
||||||
label > :first-child {
|
label > :first-child {
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
transition: text-shadow: .1s;
|
transition: text-shadow .1s;
|
||||||
}
|
}
|
||||||
|
|
||||||
label:not([disabled]),
|
label:not([disabled]),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user