File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change 110
110
@media (min-width : 900px ) {
111
111
: root {
112
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
113
}
121
114
}
122
115
@@ -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 ,
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 ;
602
607
}
You can’t perform that action at this time.
0 commit comments