@netfoundry/docusaurus-theme 0.7.4 → 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
@@ -17,6 +17,4 @@ html {
17
17
  max-width: var(--ziti-max-width);
18
18
  }
19
19
 
20
- .main-wrapper article {
21
- padding-bottom: 2em;
22
- }
20
+
package/css/legacy.css CHANGED
@@ -2308,11 +2308,11 @@ aside nav {
2308
2308
  overridden here to ensure styles are applied properly
2309
2309
  */
2310
2310
  @layer docusaurus.infima {
2311
- .main-wrapper article {
2312
- padding-bottom: 2em;
2313
- }
2314
2311
  .margin-top--md {
2315
2312
  margin-top: 0 !important;
2316
2313
  }
2314
+ .main-wrapper article {
2315
+ padding-bottom: 2em;
2316
+ }
2317
2317
  }
2318
2318
 
@@ -17,6 +17,4 @@ html {
17
17
  max-width: var(--ziti-max-width);
18
18
  }
19
19
 
20
- .main-wrapper article {
21
- padding-bottom: 2em;
22
- }
20
+
@@ -2308,11 +2308,11 @@ aside nav {
2308
2308
  overridden here to ensure styles are applied properly
2309
2309
  */
2310
2310
  @layer docusaurus.infima {
2311
- .main-wrapper article {
2312
- padding-bottom: 2em;
2313
- }
2314
2311
  .margin-top--md {
2315
2312
  margin-top: 0 !important;
2316
2313
  }
2314
+ .main-wrapper article {
2315
+ padding-bottom: 2em;
2316
+ }
2317
2317
  }
2318
2318
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netfoundry/docusaurus-theme",
3
- "version": "0.7.4",
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",