Skip to content

Commit

Permalink
🐞 fix(#183): menuボタン padding調整
Browse files Browse the repository at this point in the history
  • Loading branch information
naoki-00-ito committed Jan 21, 2025
1 parent 848b24d commit f2a4d44
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/Header/buttonClass.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
import cn from '@/libs/cn';

const buttonClass = cn(
'font-serif-en border rounded-[30px] py-[6px] px-4 flex gap-2 items-center group transition duration-700'
`font-serif-en border rounded-[30px]
md:pt-[6px] md:pb-[5px] md:px-4
pt-[4px] pb-[3px] px-[12px]
flex gap-2 items-center
group transition duration-700`
);

const buttonOpenClass = cn(
Expand Down

0 comments on commit f2a4d44

Please sign in to comment.