Files
web/components/Loyalty/Blocks/DynamicContent/HowItWorks/howItWorks.module.css
2024-05-21 15:23:06 +02:00

12 lines
224 B
CSS

.container {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 37rem;
border-radius: 1.6rem;
background-color: var(--UI-Grey-10);
text-align: center;
margin-right: 1.6rem;
}