Add margin to consent label after checkbox

This commit is contained in:
Ruben 2026-01-16 21:44:29 +01:00
parent 054c59f177
commit b092683513

View file

@ -161,6 +161,7 @@ form {
gap: .6rem; gap: .6rem;
cursor: pointer; cursor: pointer;
font-weight: normal; font-weight: normal;
& + .consent-label { margin-top: .8rem }
input[type="checkbox"] { input[type="checkbox"] {
margin-top: .2rem; margin-top: .2rem;
cursor: pointer; cursor: pointer;