chore: update my stays to new MVP design
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
.stays {
|
||||
display: grid;
|
||||
row-gap: 1.5rem;
|
||||
column-gap: 2.2rem;
|
||||
gap: 1.5rem;
|
||||
grid-template-columns: auto;
|
||||
|
||||
/* Hide scrollbar IE and Edge */
|
||||
@@ -17,6 +16,6 @@
|
||||
|
||||
@media screen and (min-width: 950px) {
|
||||
.stays {
|
||||
grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
|
||||
grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user