Files
web/apps/scandic-web/components/Blocks/DynamicContent/HowItWorks/howItWorks.module.css
2025-05-05 11:11:37 +02:00

10 lines
195 B
CSS

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