WIP PWA for Grain
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: increase logo font size to 28px

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

+1 -1
+1 -1
src/components/organisms/grain-header.js
··· 21 21 } 22 22 .logo { 23 23 font-family: 'Bebas Neue', sans-serif; 24 - font-size: var(--font-size-lg); 24 + font-size: 28px; 25 25 font-weight: 700; 26 26 color: var(--color-text-primary); 27 27 text-decoration: none;