Files
web/components/Blocks/DynamicContent/HowItWorks/howItWorks.module.css
2024-09-24 09:47:31 +02:00

10 lines
199 B
CSS

.container {
align-items: center;
background-color: var(--UI-Grey-10);
border-radius: var(--Corner-radius-xLarge);
display: flex;
height: 370px;
justify-content: center;
width: 100%;
}