Skip to content

Commit fc36313

Browse files
chore: branded favicon, drop scaffold sprite, wrap long equations
- Replace the generic Vite favicon with a pairing-themed icon (G1/G2 source nodes converging into the GT target, in the demo's group colours) - Remove unreferenced public/icons.svg (leftover social-icon scaffold sprite) - Allow long math-block equations to wrap instead of clip/scroll on phones Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent bef3d92 commit fc36313

3 files changed

Lines changed: 17 additions & 25 deletions

File tree

public/favicon.svg

Lines changed: 15 additions & 1 deletion
Loading

public/icons.svg

Lines changed: 0 additions & 24 deletions
This file was deleted.

src/style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,8 @@ section.demo-section h2 {
292292
text-align: center;
293293
margin: 1rem 0;
294294
overflow-x: auto;
295+
/* let long equations wrap at spaces instead of clipping/scrolling on phones */
296+
overflow-wrap: break-word;
295297
}
296298

297299
.math-block .g1 { color: var(--g1-color); }

0 commit comments

Comments
 (0)