@netfoundry/docusaurus-theme 0.7.3 → 0.7.4
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 +4 -0
- package/css/legacy.css +3 -4
- package/dist/css/layout.css +4 -0
- package/dist/css/legacy.css +3 -4
- package/package.json +1 -1
package/css/layout.css
CHANGED
package/css/legacy.css
CHANGED
|
@@ -2308,12 +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
|
+
}
|
|
2311
2314
|
.margin-top--md {
|
|
2312
2315
|
margin-top: 0 !important;
|
|
2313
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/dist/css/layout.css
CHANGED
package/dist/css/legacy.css
CHANGED
|
@@ -2308,12 +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
|
+
}
|
|
2311
2314
|
.margin-top--md {
|
|
2312
2315
|
margin-top: 0 !important;
|
|
2313
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