seemore 1.10.8 → 1.10.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "seemore",
3
- "version": "1.10.8",
3
+ "version": "1.10.9",
4
4
  "description": "Let AI write the Markdown. Let seemore show it better — zero config documentation framework.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -563,7 +563,7 @@
563
563
  /* Generous top padding: with no header above it, the title needs more room than the
564
564
  live page's column or it reads as glued to the top edge. */
565
565
  overflow-x: clip;
566
- padding: 4rem 1rem 4rem;
566
+ padding: 4rem 2rem 4rem;
567
567
  width: 100%;
568
568
  }
569
569