File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
docs/_site_essentials/stylesheets Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 1111 margin-top : 0 ;
1212 margin-bottom : 0 !important ;
1313 font-size : 38px ;
14- font-weight : 1000 !important ;
14+ font-weight : 600 !important ;
1515 line-height : 44px ;
1616 color : var (--main-black ) !important ;
1717 font-family : Generalsans, sans-serif !important ;
2727 font-family : Generalsans, sans-serif !important ;
2828}
2929
30+ div .main h1 {
31+ margin-top : 0 !important ;
32+ }
33+
3034div .main h3 {
3135 margin-top : 0 !important ;
3236}
@@ -121,8 +125,10 @@ div.main .section {
121125 grid-column-gap : 3rem ;
122126 grid-row-gap : 3rem ;
123127 justify-content : space-between;
124- align-items : center ;
128+ align-items : flex-start ;
125129 display : flex;
130+ position : relative;
131+ bottom : 50px ;
126132}
127133
128134.hero-content-flex .product-hero-flex {
@@ -154,6 +160,7 @@ div.main .section {
154160 font-size : 48px !important ;
155161 line-height : 1.3 !important ;
156162 font-weight : 1000 ;
163+ max-width : 400px ;
157164}
158165
159166.hero-subext {
You can’t perform that action at this time.
0 commit comments