@press2ai/theme-specialist-glossy 0.8.0 → 0.8.2

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": "@press2ai/theme-specialist-glossy",
3
- "version": "0.8.0",
3
+ "version": "0.8.2",
4
4
  "description": "Classless, AI-first theme inspired by Stripe. Framework-agnostic templates (Hono, Astro, raw HTML). Semantic HTML, Schema.org microdata, JSON-LD — built for LLM crawlers.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -66,7 +66,6 @@ main > h1:first-child, main > article:first-child { margin-top: var(--g5); }
66
66
 
67
67
  /* Footer */
68
68
  body > footer {
69
- margin-top: var(--g6);
70
69
  border-top: 1px solid var(--line); background: var(--white);
71
70
  padding: var(--g5) 0 var(--g4);
72
71
  }
@@ -195,7 +194,7 @@ nav[aria-label] a:nth-child(5n+5):hover { border-color: var(--sky); color: var(-
195
194
 
196
195
  /* Steps — full-bleed white band */
197
196
  section:has(> ol) {
198
- margin: var(--g6) calc(50% - 50vw) 0 calc(50% - 50vw);
197
+ margin: 0 calc(50% - 50vw) 0 calc(50% - 50vw);
199
198
  padding: var(--g5) var(--pad);
200
199
  background: var(--white);
201
200
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);