Files
web/components/Loyalty/Sidebar/JoinLoyalty/Contact/ContactRow/contactRow.module.css
2024-04-29 14:02:03 +02:00

22 lines
285 B
CSS

.container {
display: grid;
text-align: center;
gap: 0.4rem;
padding: 1rem;
}
.title {
font-family: var(--fira-sans);
font-size: 1.6rem;
font-weight: 700;
margin: 0;
}
.value {
font-family: var(--fira-sans);
font-size: 1.6rem;
font-weight: 400;
margin: 0;
}