Files
web/components/Loyalty/Blocks/DynamicContent/HowItWorks/howItWorks.module.css
2024-06-13 10:00:16 +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%;
}