Skip to content

Commit a54abdf

Browse files
aymuos15claude
andcommitted
fix: tighten dropdown nav spacing — remove padding and reduce gap to button
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 20e8e81 commit a54abdf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

styles/components/header.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@
4848

4949
.nav-links {
5050
position: absolute;
51-
top: 100%;
51+
top: 70%;
5252
right: 2rem;
5353
display: flex;
5454
flex-direction: column;
5555
gap: 0;
56-
padding: 0.5rem 1rem;
56+
padding: 0;
5757
opacity: 0;
5858
pointer-events: none;
59-
transform: translateY(-4px);
59+
transform: translateY(-8px);
6060
transition: opacity 0.2s ease, transform 0.2s ease;
6161
}
6262

0 commit comments

Comments
 (0)