feat: add CardGrid and add style to StayCard

This commit is contained in:
Christel Westerberg
2024-05-10 15:07:24 +02:00
parent 0a862ca770
commit d2eb2a3077
15 changed files with 176 additions and 106 deletions

View File

@@ -1,5 +1,4 @@
.container {
background-color: var(--some-grey-color, #f2f2f2);
display: grid;
gap: 1.5rem;
}
@@ -23,11 +22,6 @@
}
@media screen and (min-width: 950px) {
.container {
background-color: var(--some-white-color, #fff);
gap: 1.5rem;
}
.overview {
background-color: var(--some-grey-color, #f2f2f2);
border-radius: 0.8rem;