feat(SW-369): show sidebar on loyalty + loyalty & content page layout refactor

This commit is contained in:
Chuma McPhoy
2024-10-16 20:46:02 +02:00
parent 41e31375dd
commit df2203b97f
5 changed files with 21 additions and 29 deletions

View File

@@ -1,6 +1,5 @@
.rewardCard {
padding-bottom: var(--Spacing-x-one-and-half);
z-index: 2;
grid-column: 1/3;
}

View File

@@ -28,7 +28,6 @@
display: contents;
grid-template-columns: 1fr 1fr;
gap: var(--Spacing-x2);
z-index: 2;
}
.columnHeader {