Skip to content

Commit 548cf74

Browse files
committed
More CSS fixes
1 parent 8382106 commit 548cf74

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/_site_essentials/stylesheets/polygon-docs.webflow.css

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ h1 {
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;
@@ -27,6 +27,10 @@ h2 {
2727
font-family: Generalsans, sans-serif !important;
2828
}
2929

30+
div.main h1 {
31+
margin-top: 0 !important;
32+
}
33+
3034
div.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 {

0 commit comments

Comments
 (0)