diff options
author | June McEnroe <june@causal.agency> | 2020-07-14 22:35:48 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-07-14 22:35:48 -0400 |
commit | 1f9c439703856f2e9596e541230cbea10506cb27 (patch) | |
tree | 403a63285b3f332fd5aaadda258143b580fad911 /default.css | |
parent | Put events forms in a flex (diff) | |
download | scooper-1f9c439703856f2e9596e541230cbea10506cb27.tar.gz scooper-1f9c439703856f2e9596e541230cbea10506cb27.zip |
Put the checkbox inside the label
Diffstat (limited to '')
-rw-r--r-- | default.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/default.css b/default.css index 574ffb2..e27edd8 100644 --- a/default.css +++ b/default.css @@ -74,8 +74,7 @@ nav ol li:first-child::before { padding-left: 0; } -label { - padding-left: 1ch; +input[type="checkbox"], label { margin-right: 1ch; } |