~repos /website

#astro#js#html#css

git clone https://pyrossh.dev/repos/website.git

木 Personal website of pyrossh. Built with astrojs, shiki, vite.


8d6a8902 pyrossh

2 years ago
fix header for mobile
Files changed (1) hide show
  1. components/Header.tsx +3 -1
components/Header.tsx CHANGED
@@ -21,7 +21,9 @@ export default function Header() {
21
21
  posts
22
22
  </a>
23
23
  </div>
24
+ <div class="hidden sm:flex">
24
- <SocialLinks />
25
+ <SocialLinks />
26
+ </div>
25
27
  </div>
26
28
  </nav>
27
29
  </header>