@netfoundry/docusaurus-theme 0.7.3 → 0.7.5

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/css/layout.css CHANGED
@@ -16,3 +16,5 @@ html {
16
16
  width: 100%;
17
17
  max-width: var(--ziti-max-width);
18
18
  }
19
+
20
+
package/css/legacy.css CHANGED
@@ -2311,9 +2311,8 @@ aside nav {
2311
2311
  .margin-top--md {
2312
2312
  margin-top: 0 !important;
2313
2313
  }
2314
+ .main-wrapper article {
2315
+ padding-bottom: 2em;
2316
+ }
2314
2317
  }
2315
2318
 
2316
- li .theme-admonition { /* mar-03-2026. Admonitions inside lists didn't have any padding/margin */
2317
- margin-top: 1em;
2318
- margin-bottom: 1em;
2319
- }
@@ -16,3 +16,5 @@ html {
16
16
  width: 100%;
17
17
  max-width: var(--ziti-max-width);
18
18
  }
19
+
20
+
@@ -2311,9 +2311,8 @@ aside nav {
2311
2311
  .margin-top--md {
2312
2312
  margin-top: 0 !important;
2313
2313
  }
2314
+ .main-wrapper article {
2315
+ padding-bottom: 2em;
2316
+ }
2314
2317
  }
2315
2318
 
2316
- li .theme-admonition { /* mar-03-2026. Admonitions inside lists didn't have any padding/margin */
2317
- margin-top: 1em;
2318
- margin-bottom: 1em;
2319
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netfoundry/docusaurus-theme",
3
- "version": "0.7.3",
3
+ "version": "0.7.5",
4
4
  "description": "NetFoundry Docusaurus theme with shared layout, footer, and styling",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",