blog mobile header button style debugged

This commit is contained in:
parsa aghaei 2024-11-18 16:03:31 +03:30
parent 0ce625022a
commit 40b8b6539a

View File

@ -44,7 +44,7 @@ export default async function Header() {
<Button
color={"purple"}
text={dict.blog.header.button}
className="!px-4 !py-1 sm:flex sm:!px-5 sm:!py-2 capitalize"
className="!px-3 !text-[16px] !py-1 sm:flex sm:!px-5 sm:!py-2 capitalize"
/>
<BurgerButton />
</div>