Commit e226bf1
Fix blockcell published page spacing to match birdseye viewer
The aggressive CSS reset `* { margin: 0; padding: 0 }` was stripping
default browser margins from all prose elements (p, h1-h6, pre, ul, ol,
blockquote), making published pages look cramped. Birdseye's own viewer
only resets box-sizing globally and lets browser defaults provide natural
paragraph/heading spacing. Also aligns the font stack (Roboto fallback).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 12bf92f commit e226bf1
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
120 | | - | |
| 119 | + | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
0 commit comments