fix: add max-width
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
}
|
||||
|
||||
.benefitCardDescription {
|
||||
font-size: var(--typography-Caption-Regular-fontSize);
|
||||
line-height: 150%;
|
||||
}
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -109,7 +109,14 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
.intro {
|
||||
margin: auto;
|
||||
max-width: 1512px;
|
||||
}
|
||||
|
||||
.largeTableContainer {
|
||||
display: block;
|
||||
margin: auto;
|
||||
max-width: 1512px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user