Fix gap and margin for booking’s checkbox
This commit is contained in:
parent
6c14973076
commit
c848330751
|
@ -1364,7 +1364,7 @@ input[type="checkbox"]:focus {
|
|||
#booking {
|
||||
display: flex;
|
||||
align-items: start;
|
||||
gap: 1rem;
|
||||
gap: 4rem;
|
||||
}
|
||||
|
||||
#booking fieldset {
|
||||
|
@ -1444,6 +1444,7 @@ input[type="checkbox"]:focus {
|
|||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
align-items: center;
|
||||
margin: 1rem 0 0 0;
|
||||
}
|
||||
|
||||
#booking .campsite-options label span a {
|
||||
|
|
Loading…
Reference in New Issue