feat: add mapping of benefits AccountPage
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user