feat: add mapping of benefits AccountPage

This commit is contained in:
Arvid Norlin
2024-04-19 14:03:06 +02:00
parent a066202e14
commit 990b84e0cb
7 changed files with 74 additions and 54 deletions

View File

@@ -1,13 +1,10 @@
.container {
.cardContainer {
display: grid;
gap: 4px;
}
.title {
color: var(--some-black-color, #111);
/* font-family: var(--ff-brandon-text); */
font-weight: 500;
text-align: center;
font-weight: 600;
}
.value {
@@ -49,7 +46,7 @@
}
@media screen and (min-width: 950px) {
.container {
.cardContainer {
grid-template-areas:
"card card2"
"card card3";