@netfoundry/docusaurus-theme 0.10.10 → 0.10.11

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
@@ -22,11 +22,6 @@ html {
22
22
  color: inherit;
23
23
  }
24
24
 
25
- /* Logo fills the navbar height (overrides Docusaurus default of 2rem) */
26
- .navbar__logo {
27
- height: var(--ifm-navbar-height);
28
- }
29
-
30
25
  /* Separator between navbar logo and nav items */
31
26
  .navbar__brand::after {
32
27
  content: '';
@@ -22,11 +22,6 @@ html {
22
22
  color: inherit;
23
23
  }
24
24
 
25
- /* Logo fills the navbar height (overrides Docusaurus default of 2rem) */
26
- .navbar__logo {
27
- height: var(--ifm-navbar-height);
28
- }
29
-
30
25
  /* Separator between navbar logo and nav items */
31
26
  .navbar__brand::after {
32
27
  content: '';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netfoundry/docusaurus-theme",
3
- "version": "0.10.10",
3
+ "version": "0.10.11",
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",