Skip to content

Commit 85016ef

Browse files
committed
fix icon spacing between SocialIcons and ThemeToggle
1 parent 7f6a751 commit 85016ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/components/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default function Header(props: { title: string; active: string }) {
2929
<div class="flex [&_.github]:hidden [&_.github]:sm:flex [&_ul]:space-x-2 [&_ul]:sm:space-x-4 [&_li:hover]:text-green-600">
3030
<SocialIcons />
3131
</div>
32-
<div class="flex px-3 sm:px-6 fill-foreground-primary hover:fill-fresh [&_*]:transition ">
32+
<div class="flex px-3 sm:px-4 sm:sr-6 fill-foreground-primary hover:fill-fresh [&_*]:transition ">
3333
{isDocs && <ThemeToggle />}
3434
</div>
3535
</div>

0 commit comments

Comments
 (0)