Files
web/components/MyPages/Blocks/Stays/Previous/EmptyPreviousStays/emptyPreviousStays.module.css
2024-04-26 16:06:41 +02:00

9 lines
181 B
CSS

.container {
align-items: center;
display: flex;
justify-content: center;
min-height: 25rem;
background-color: var(--some-grey-color, #f2f2f2);
border-radius: 0.8rem;
}