fix: Reduce logo scale to prevent overlap with app title

- Changed logo scale from 3.5x to 1.5x in MobileHeader
- Changed logo scale from 3.5x to 1.5x in DesktopSidebar
- Prevents logo from overlapping with "Ponderants" title text
- Maintains proper spacing and visual hierarchy

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-09 16:03:59 +00:00
parent 1f2969ddf7
commit 2b47231e16
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ export function DesktopSidebar() {
<Image
src="/logo.svg"
alt="Ponderants logo"
style={{ width: '100%', height: '100%', transform: 'scale(3.5)' }}
style={{ width: '100%', height: '100%', transform: 'scale(1.5)' }}
/>
</Box>
<Text fw={700} size="xl" style={{ lineHeight: 1 }}>

View File

@@ -28,7 +28,7 @@ export function MobileHeader() {
<Image
src="/logo.svg"
alt="Ponderants logo"
style={{ width: '100%', height: '100%', transform: 'scale(3.5)' }}
style={{ width: '100%', height: '100%', transform: 'scale(1.5)' }}
/>
</Box>
<Text fw={700} size="lg">