chore(docs): fix hero button height on mobile

This commit is contained in:
Junior Garcia 2024-05-03 17:40:56 -03:00
parent 935dff50d1
commit 668d21ac5d

View File

@ -56,7 +56,7 @@ export const Hero = () => {
<div className="flex flex-col md:flex-row items-center gap-4">
<Button
as={NextLink}
className="h-11 w-full md:w-auto"
className="w-full md:h-11 md:w-auto"
color="primary"
endContent={
<ArrowRightIcon