fix: add max-width

This commit is contained in:
Arvid Norlin
2024-06-04 14:17:59 +02:00
parent af33f18a6a
commit aef029f9d9
4 changed files with 10 additions and 1 deletions

View File

@@ -14,6 +14,7 @@
}
.benefitCardDescription {
font-size: var(--typography-Caption-Regular-fontSize);
line-height: 150%;
}

View File

@@ -32,6 +32,7 @@
font-size: var(--typography-Caption-Regular-fontSize);
font-weight: 400;
padding: 0 var(--Spacing-x3) var(--Spacing-x2);
vertical-align: top;
}
.td {

View File

@@ -14,7 +14,7 @@
.levelSummaryText {
color: var(--Main-Brand-Burgundy);
font-size: var(--typography-Footnote-Regular-fontSize);
font-size: var(--typography-Caption-Regular-fontSize);
line-height: var(--typography-Body-Regular-lineHeight);
margin: 0;
}

View File

@@ -109,7 +109,14 @@
display: none;
}
.intro {
margin: auto;
max-width: 1512px;
}
.largeTableContainer {
display: block;
margin: auto;
max-width: 1512px;
}
}