Files
web/components/MyPages/Blocks/Stays/Container/container.module.css
2024-06-13 10:00:16 +02:00

11 lines
148 B
CSS

.container {
display: grid;
gap: var(--Spacing-x3);
}
@media screen and (min-width: 1367px) {
.container {
gap: var(--Spacing-x7);
}
}