Skip to content

Commit d999622

Browse files
committed
Update styles.css
1 parent 62f841c commit d999622

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

styles/styles.css

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,6 @@
110110
@media (min-width: 900px) {
111111
:root {
112112
--heading-font-size-xxxl: 3.75rem; /* 60px */
113-
114-
/* --heading-font-size-xxl: 60px;
115-
--heading-font-size-xl: 48px;
116-
--heading-font-size-l: 36px;
117-
--heading-font-size-m: 30px;
118-
--heading-font-size-s: 24px;
119-
--heading-font-size-xs: 22px; */
120113
}
121114
}
122115

@@ -599,4 +592,16 @@ main .section.carousel-container {
599592
to {
600593
opacity: 1;
601594
}
595+
}
596+
597+
/* Fact-box width override */
598+
.fact-box main,
599+
.fact-box main .section,
600+
.fact-box main .section > div {
601+
max-width: 1400px !important;
602+
width: 100% !important;
603+
margin-left: auto !important;
604+
margin-right: auto !important;
605+
padding-left: 0 !important;
606+
padding-right: 0 !important;
602607
}

0 commit comments

Comments
 (0)