mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-12 06:06:37 +03:00
Two issues with the previous buffer pass: 1. The buffer was too small (20px) to feel forgiving. 2. The visible box had a cream background while the buffer area showed the paper page background, creating a 2% contrast inset that read as a card-inside-a-card border. Bump the buffer to 32px per side (64px total) so the demo stops at 500px visible with 564px max-width. Change .split-container background from cream to paper so it blends into the page and the buffer area is genuinely invisible. The demo box is now defined by its 1px mist border and 12px radius alone; individual demos still provide their own background colors on top via the inline before/after HTML.