From 02cc554df6bad3140d0448572a32f6ecbf39b094 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 23 May 2025 21:23:37 +0200 Subject: [PATCH] Add margin between checkboxes and their label --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index 4837f35..a5b5f20 100644 --- a/style.css +++ b/style.css @@ -359,6 +359,9 @@ form input[type="search"] { font-family: inherit; font-size: inherit; } +form label input[type="checkbox"], form label input[type="radio"] { + margin-right: 0.5em; +} a { color: var(--green);