feat: add blocks for loyalty page

This commit is contained in:
Christel Westerberg
2024-04-23 16:54:34 +02:00
parent fc0e5aed02
commit 2ddabf1e50
22 changed files with 418 additions and 109 deletions

View File

@@ -0,0 +1,16 @@
.contactContainer {
display: none;
}
@media screen and (min-width: 950px) {
.contactContainer {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
border-top: 0.5px solid var(--Base-Border-Disabled);
padding: 3.4rem;
text-align: center;
gap: 6.2rem;
}
}