Add credit card logos to booking page

This commit is contained in:
oriol carbonell pujolàs 2024-01-17 13:31:33 +01:00
parent 41fd940108
commit 10e89c16df
2 changed files with 27 additions and 1 deletions

View File

@ -1264,6 +1264,19 @@ input[type="checkbox"]:focus {
} }
} }
/* booking card */
.center-cards {
display: flex;
gap: 10px;
align-items: center;
margin: 30px 10px;
}
.microcard {
width: 48px;
}
/* footer responsive */ /* footer responsive */
@media (max-width: 48rem) { @media (max-width: 48rem) {

File diff suppressed because one or more lines are too long