Skip to content

Commit 453a976

Browse files
committed
docs: tighten guides overview spacing
1 parent 2fb796e commit 453a976

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

src/components/DocsOverview/styles.module.scss

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,16 @@
9494
// }
9595
.gettingStart {
9696
flex-direction: column;
97+
padding-top: 24px;
98+
padding-bottom: 24px;
9799
.homPpageSectionLeft {
98100
width: auto !important;
101+
h3 {
102+
margin-bottom: 12px;
103+
}
99104
}
100105
.content {
101-
margin-top: 30px;
106+
margin-top: 16px;
102107
}
103108
}
104109
.topEnhancedCard {
@@ -278,14 +283,14 @@
278283
padding-top: 20px;
279284
}
280285
.productFeatures {
281-
margin-bottom: 40px;
286+
margin-bottom: 24px;
282287
h3 {
283288
font-weight: 600;
284289
font-size: 18px;
285-
margin-bottom: 20px;
290+
margin-bottom: 12px;
286291
}
287292
.title {
288293
border-top: 1px solid var(--color-border);
289-
padding-top: 40px;
294+
padding-top: 24px;
290295
}
291296
}

0 commit comments

Comments
 (0)