Files
web/components/Loyalty/Sidebar/JoinLoyalty/Contact/contact.module.css
2024-06-13 10:00:16 +02:00

22 lines
451 B
CSS

.contactContainer {
display: none;
}
@media screen and (min-width: 1367px) {
.contactContainer {
align-items: center;
border-top: 1px solid var(--UI-Grey-30);
display: flex;
flex-direction: column;
gap: var(--Spacing-x5);
justify-content: center;
padding: var(--Spacing-x4) var(--Spacing-x2) var(--Spacing-x5);
text-align: center;
}
.contact {
display: grid;
gap: var(--Spacing-x-one-and-half);
}
}