@apify/docs-theme 1.0.139 → 1.0.140

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apify/docs-theme",
3
- "version": "1.0.139",
3
+ "version": "1.0.140",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "files": [
@@ -1609,3 +1609,8 @@ iframe[src*="youtube"] {
1609
1609
  height: auto;
1610
1610
  margin-bottom: 1.6rem;
1611
1611
  }
1612
+
1613
+ .redocusaurus div[data-section-id] span[id] {
1614
+ margin-top: -130px;
1615
+ position: absolute;
1616
+ }