WIP PWA for Grain
0
fork

Configure Feed

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

fix: left align header logo

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

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

+2 -2
+2 -2
src/components/organisms/grain-header.js
··· 14 14 header { 15 15 display: flex; 16 16 align-items: center; 17 - justify-content: center; 17 + justify-content: flex-start; 18 18 max-width: var(--feed-max-width); 19 19 margin: 0 auto; 20 - padding: var(--space-sm) var(--space-md); 20 + padding: var(--space-sm) var(--space-sm); 21 21 } 22 22 .logo { 23 23 font-family: var(--font-family-display, var(--font-family-base));