Files
web/components/Loyalty/Blocks/DynamicContent/HowItWorks/howItWorks.module.css
2024-04-29 14:02:03 +02:00

12 lines
230 B
CSS

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