feat: add CardGrid and add style to StayCard
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user