Skip to content

Match header logo size to the /about header#28

Open
maddy-abrahams wants to merge 1 commit into
mainfrom
fix/header-logo-size
Open

Match header logo size to the /about header#28
maddy-abrahams wants to merge 1 commit into
mainfrom
fix/header-logo-size

Conversation

@maddy-abrahams

Copy link
Copy Markdown

Summary

  • The Weval logo in the site header (SiteHeader) rendered smaller than the same logo on the /about page.
  • Home/site header used w-5 h-5 (20px); /about uses w-6 h-6 sm:w-7 sm:h-7 (24px, 28px at sm+).
  • Bumped SiteHeader to the same w-6 h-6 sm:w-7 sm:h-7 sizing so the logo is consistent across the site.

Test plan

  • Load / and /about side by side -- the logo next to "Weval" should be the same size on both.
  • Resize from mobile to desktop width -- logo should grow from 24px to 28px at the sm breakpoint on both pages.

🤖 Generated with Claude Code

The logo next to "Weval" in SiteHeader rendered smaller (w-5 h-5) than
the same logo on the /about page (w-6 h-6 sm:w-7 sm:h-7). Bump SiteHeader
to the same sizing so the logo is consistent across the site.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@maddy-abrahams maddy-abrahams requested a review from nojibe June 18, 2026 21:52
@railway-app

railway-app Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

This PR was not deployed automatically as @maddy-abrahams does not have access to the Railway project.

In order to get automatic PR deploys, please add @maddy-abrahams to your workspace on Railway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant