Files
web/components/MyPages/Blocks/Stays/Container/container.module.css
2024-05-30 17:56:56 +02:00

11 lines
124 B
CSS

.container {
display: grid;
gap: 2rem;
}
@media screen and (min-width: 1367px) {
.container {
gap: 3.5rem;
}
}