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.
2 parents 5ce7088 + 6fabdc9 commit c963d08Copy full SHA for c963d08
1 file changed
components/home/ButtonSection.tsx
@@ -1,6 +1,6 @@
1
const ButtonSection = () => {
2
return (
3
- <div className="flex w-full max-w-5xl gap-6">
+ <div className="flex w-full gap-6">
4
<button
5
type="button"
6
className="bg-primary flex-1 rounded-xl py-4 text-center text-base font-semibold text-white shadow-sm transition hover:bg-violet-500 active:bg-violet-700 disabled:cursor-not-allowed disabled:opacity-60"
0 commit comments