summary refs log tree commit diff
path: root/default.css
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-07-14 22:35:48 -0400
committerJune McEnroe <june@causal.agency>2020-07-14 22:35:48 -0400
commit1f9c439703856f2e9596e541230cbea10506cb27 (patch)
tree403a63285b3f332fd5aaadda258143b580fad911 /default.css
parentPut events forms in a flex (diff)
downloadscooper-1f9c439703856f2e9596e541230cbea10506cb27.tar.gz
scooper-1f9c439703856f2e9596e541230cbea10506cb27.zip
Put the checkbox inside the label
Diffstat (limited to 'default.css')
-rw-r--r--default.css3
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;
 }