my website, hosted on wisp.place

chore: nvm just remove mobile tab size

+3 -3
+3 -3
src/components/Nav.astro
··· 8 8 href="/" 9 9 class:list={[ 10 10 "flex items-center gap-1", 11 - "py-0.5 px-3 sm:px-4 rounded-t-sm", 11 + "px-4 py-0.5 rounded-t-sm", 12 12 currentPath === "/" && 13 13 "bg-dp-background2-light dark:bg-dp-background2-dark", 14 14 ]} ··· 18 18 href="/blog" 19 19 class:list={[ 20 20 "flex items-center gap-1", 21 - "py-0.5 px-3 sm:px-4 rounded-t-sm", 21 + "px-4 py-0.5 rounded-t-sm", 22 22 currentPath.startsWith("/blog") && 23 23 "bg-dp-background2-light dark:bg-dp-background2-dark", 24 24 ]} ··· 29 29 href="/uses" 30 30 class:list={[ 31 31 "flex items-center gap-1", 32 - "py-0.5 px-3 sm:px-4 rounded-t-sm", 32 + "px-4 py-0.5 rounded-t-sm", 33 33 currentPath.startsWith("/uses") && 34 34 "bg-dp-background2-light dark:bg-dp-background2-dark", 35 35 ]}