We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fb796e commit 453a976Copy full SHA for 453a976
src/components/DocsOverview/styles.module.scss
@@ -94,11 +94,16 @@
94
// }
95
.gettingStart {
96
flex-direction: column;
97
+ padding-top: 24px;
98
+ padding-bottom: 24px;
99
.homPpageSectionLeft {
100
width: auto !important;
101
+ h3 {
102
+ margin-bottom: 12px;
103
+ }
104
}
105
.content {
- margin-top: 30px;
106
+ margin-top: 16px;
107
108
109
.topEnhancedCard {
@@ -278,14 +283,14 @@
278
283
padding-top: 20px;
279
284
280
285
.productFeatures {
281
- margin-bottom: 40px;
286
+ margin-bottom: 24px;
282
287
h3 {
288
font-weight: 600;
289
font-size: 18px;
- margin-bottom: 20px;
290
291
292
.title {
293
border-top: 1px solid var(--color-border);
- padding-top: 40px;
294
295
296
0 commit comments