We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6abdfec commit 20d678aCopy full SHA for 20d678a
src/app/(public)/_components/button.tsx
@@ -14,7 +14,7 @@ export function Button({
14
<div className="relative inline-block group w-fit">
15
<button
16
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',
+ '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',
18
className
19
)}
20
{...props}
0 commit comments