checkbox alignment

This commit is contained in:
Max Bradbury 2020-07-20 16:48:34 +01:00
parent cddf1665f1
commit 3d74798d82
1 changed files with 3 additions and 0 deletions

View File

@ -47,6 +47,9 @@ input {
&[type="checkbox"] {
width: auto;
margin-right: 0.5em;
position: relative;
top: 0.25em;
left: 0.25em;
}
}