Skip to content

Commit b1b9df4

Browse files
committedSep 15, 2023
style: evens out padding around site logo focus ring
1 parent 77a36e5 commit b1b9df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎components/site-header.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ const handleNavClick = () => {
227227
display: flex;
228228
width: fit-content;
229229
transition: 250ms ease;
230-
padding-top: .5rem;
230+
margin-top: .5rem;
231231
&:hover,
232232
&:focus-visible {
233233
transform: scale(1.08);

0 commit comments

Comments
 (0)
Please sign in to comment.