fix: wrong margins of loyalty card container in mobile

This commit is contained in:
Christel Westerberg
2024-07-15 15:42:53 +02:00
parent b67c4c7684
commit 5cf616f6b0
2 changed files with 0 additions and 15 deletions

View File

@@ -24,11 +24,6 @@
}
@media screen and (min-width: 950px) {
.container {
margin-right: var(--Spacing-x0);
margin-left: var(--Spacing-x0);
}
.header {
width: 800px;
}