Fix gap and margin for booking’s checkbox

This commit is contained in:
oriol carbonell pujolàs 2024-02-15 16:55:35 +01:00
parent 6c14973076
commit c848330751
1 changed files with 2 additions and 1 deletions

View File

@ -1364,7 +1364,7 @@ input[type="checkbox"]:focus {
#booking { #booking {
display: flex; display: flex;
align-items: start; align-items: start;
gap: 1rem; gap: 4rem;
} }
#booking fieldset { #booking fieldset {
@ -1444,6 +1444,7 @@ input[type="checkbox"]:focus {
display: grid; display: grid;
grid-template-columns: 1fr 1fr; grid-template-columns: 1fr 1fr;
align-items: center; align-items: center;
margin: 1rem 0 0 0;
} }
#booking .campsite-options label span a { #booking .campsite-options label span a {