@apify/docs-theme 1.0.38 → 1.0.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/theme/custom.css +10 -1
package/package.json
CHANGED
package/src/theme/custom.css
CHANGED
|
@@ -667,7 +667,16 @@ aside li.section-header > div > .menu__link {
|
|
|
667
667
|
opacity: 0.8;
|
|
668
668
|
font-size: 1em;
|
|
669
669
|
font-weight: 700;
|
|
670
|
-
margin:
|
|
670
|
+
margin: 0;
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
aside li.section-header.menu__list-item {
|
|
674
|
+
margin-top: 15px;
|
|
675
|
+
margin-bottom: 5px;
|
|
676
|
+
}
|
|
677
|
+
|
|
678
|
+
aside li.section-header.menu__list-item:nth-child(2) {
|
|
679
|
+
margin-top: 5px;
|
|
671
680
|
}
|
|
672
681
|
|
|
673
682
|
aside li.section-header > .menu__list {
|