feat(LOY-276): add hero image to account page

This commit is contained in:
Christian Andolf
2025-06-23 16:48:03 +02:00
parent f08d3330b9
commit 3f6127b861
6 changed files with 87 additions and 30 deletions

View File

@@ -12,17 +12,6 @@
}
}
.cardsContainer {
display: flex;
flex-direction: column;
gap: var(--Spacing-x3);
justify-content: flex-start;
@media screen and (min-width: 768px) {
flex-direction: row;
}
}
.mutationSection {
display: flex;
flex-direction: column;