@brillout/docpress 0.10.14 → 0.10.15

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/Layout.tsx CHANGED
@@ -322,7 +322,6 @@ function NavHead({ isNavLeft }: { isNavLeft?: true }) {
322
322
  backgroundColor: 'var(--bg-color)',
323
323
  borderBottom: 'var(--block-margin) solid white',
324
324
  position: 'relative',
325
- marginBottom: !isNavLeft ? -5 : 0,
326
325
  }}
327
326
  >
328
327
  {isNavLeft && <NavHeaderLeftFullWidthBackground />}
@@ -386,9 +385,6 @@ function NavHead({ isNavLeft }: { isNavLeft?: true }) {
386
385
  padding: 0;
387
386
  margin: 0;
388
387
  }
389
- .nav-head-top {
390
- margin-bottom: -15px !important;
391
- }
392
388
  }
393
389
  @container container-nav-head (min-width: 501px) {
394
390
  .nav-head-content {
package/css/heading.css CHANGED
@@ -9,7 +9,7 @@ h3 {
9
9
  }
10
10
 
11
11
  .doc-page h1 {
12
- margin-top: 15px;
12
+ margin-top: 0px;
13
13
  margin-bottom: 20px;
14
14
  }
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brillout/docpress",
3
- "version": "0.10.14",
3
+ "version": "0.10.15",
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "@brillout/picocolors": "^1.0.10",