feat: add blocks for loyalty page
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user