We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f841c commit d999622Copy full SHA for d999622
1 file changed
styles/styles.css
@@ -110,13 +110,6 @@
110
@media (min-width: 900px) {
111
:root {
112
--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; */
120
}
121
122
@@ -599,4 +592,16 @@ main .section.carousel-container {
599
592
to {
600
593
opacity: 1;
601
594
595
+}
596
+
597
+/* Fact-box width override */
598
+.fact-box main,
+.fact-box main .section,
+.fact-box main .section > div {
+ 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;
607
0 commit comments