Skip to content

Commit 20d678a

Browse files
committed
hover buttons view improved in mobile screens
1 parent 6abdfec commit 20d678a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/(public)/_components/button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export function Button({
1414
<div className="relative inline-block group w-fit">
1515
<button
1616
className={cn(
17-
'bg-hacktoberfest-black m-1 hover:bg-hacktoberfest-dark-green btn btn-lg text-hacktoberfest-light rounded-2xl leading-none border-none',
17+
'bg-hacktoberfest-black m-1 hover:bg-hacktoberfest-dark-green btn btn-md md:btn-lg text-hacktoberfest-light rounded-2xl leading-none border-none',
1818
className
1919
)}
2020
{...props}

0 commit comments

Comments
 (0)