Add credit card logos to booking page
This commit is contained in:
parent
41fd940108
commit
10e89c16df
|
@ -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
Loading…
Reference in New Issue