Clean up a bit the credit card div from booking page
This commit is contained in:
parent
10e89c16df
commit
962996be0b
|
@ -486,6 +486,7 @@ nav:last-of-type > ul > li:last-child {
|
||||||
bottom: 6.75rem;
|
bottom: 6.75rem;
|
||||||
right: 7.5rem;
|
right: 7.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero a:hover span, .services a:hover span, .spiel a:hover span, .campsite_type_booking button:hover span {
|
.hero a:hover span, .services a:hover span, .spiel a:hover span, .campsite_type_booking button:hover span {
|
||||||
transform: translateX(1.3rem);
|
transform: translateX(1.3rem);
|
||||||
}
|
}
|
||||||
|
@ -1266,18 +1267,17 @@ input[type="checkbox"]:focus {
|
||||||
|
|
||||||
/* booking card */
|
/* booking card */
|
||||||
|
|
||||||
.center-cards {
|
.credit-cards {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin: 30px 10px;
|
margin: 30px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.microcard {
|
.credit-cards svg {
|
||||||
width: 48px;
|
width: 4.8rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* footer responsive */
|
/* footer responsive */
|
||||||
@media (max-width: 48rem) {
|
@media (max-width: 48rem) {
|
||||||
body > footer div {
|
body > footer div {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue