fix: batch mobile layout fixes (#1641)

This commit is contained in:
Yuhao
2023-11-28 20:05:19 +08:00
committed by GitHub
parent cf0ba794d7
commit 3c37fd37fa
11 changed files with 42 additions and 49 deletions

View File

@@ -19,7 +19,7 @@ import LogoSite from '@/app/components/base/logo/logo-site'
import useBreakpoints, { MediaType } from '@/hooks/use-breakpoints'
const navClassName = `
flex items-center relative mr-3 px-3 h-9 rounded-xl
flex items-center relative mr-0 sm:mr-3 px-3 h-9 rounded-xl
font-medium text-sm
cursor-pointer
`