Add margin between checkboxes and their label

This commit is contained in:
Simon Ser
2025-05-23 21:23:37 +02:00
parent 6aef3e906b
commit 02cc554df6

View File

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