diff --git a/CLAUDE.md b/CLAUDE.md index fdbf38b..701acc8 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -8,13 +8,16 @@ Collection of interactive calculators visualizing how seemingly small difference ## Architecture -Static site in `public/` — no build system, no package manager. Serve `public/` as the site root. Each topic gets its own subdirectory with `index.html`, `style.css`, `app.js`. +Static site in `public/` — no build system, no package manager. Serve `public/` as the site root. Each topic gets its own subdirectory with `index.html` and `app.js`. + +### Shared CSS + +`public/style.css` — Shared stylesheet used by all calculators (referenced as `../style.css`). CSS custom properties in `:root`, CSS Grid layouts, responsive breakpoints at 560px/480px/360px. Calculators can add a supplementary `