We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f6a751 commit 85016efCopy full SHA for 85016ef
www/components/Header.tsx
@@ -29,7 +29,7 @@ export default function Header(props: { title: string; active: string }) {
29
<div class="flex [&_.github]:hidden [&_.github]:sm:flex [&_ul]:space-x-2 [&_ul]:sm:space-x-4 [&_li:hover]:text-green-600">
30
<SocialIcons />
31
</div>
32
- <div class="flex px-3 sm:px-6 fill-foreground-primary hover:fill-fresh [&_*]:transition ">
+ <div class="flex px-3 sm:px-4 sm:sr-6 fill-foreground-primary hover:fill-fresh [&_*]:transition ">
33
{isDocs && <ThemeToggle />}
34
35
0 commit comments