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);