Files
web/components/MyPages/Blocks/Stays/EmptyPreviousStays/emptyPreviousStays.module.css
Michael Zetterberg 2f6500f46d feat: static my stays
2024-04-20 07:24:54 +02:00

10 lines
212 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;
max-width: var(--max-width);
}