Skip to content

Commit 6ddccbd

Browse files
ralyodioclaude
andcommitted
style(header): bottom-align navbar row items
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent a887efe commit 6ddccbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/components/SiteHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default function SiteHeader() {
3333
<WaitlistModal open={modalOpen} onClose={() => setModalOpen(false)} />
3434

3535
<nav className="fixed top-0 left-0 right-0 z-40 border-b border-tc-border/50 bg-tc-darker/80 backdrop-blur-md">
36-
<div className="mx-auto flex max-w-6xl items-center justify-between px-4 py-2.5 sm:px-6 sm:py-3">
36+
<div className="mx-auto flex max-w-6xl items-end justify-between px-4 py-2.5 sm:px-6 sm:py-3">
3737
<a href="/" className="flex items-center gap-2">
3838
<img src="/logo.svg" alt="ThreatCrush" className="h-12 w-auto sm:h-14" />
3939
</a>

0 commit comments

Comments
 (0)