Compare commits
2 Commits
version_3_
...
version_4_
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
be75e69bf6 | ||
| 9abaace63e |
@@ -45,9 +45,9 @@ const HeroSplit = ({
|
|||||||
className="max-w-8/10 text-lg md:text-xl leading-tight text-center md:text-left"
|
className="max-w-8/10 text-lg md:text-xl leading-tight text-center md:text-left"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<div className="flex flex-wrap max-md:justify-center gap-3 mt-3">
|
<div className="flex flex-wrap max-md:justify-center mt-3">
|
||||||
<Button text={primaryButton.text} href={primaryButton.href} variant="primary"/>
|
<Button text={primaryButton.text} href={primaryButton.href} variant="primary" className="rounded-r-none" />
|
||||||
<Button text={secondaryButton.text} href={secondaryButton.href} variant="secondary"animationDelay={0.1} />
|
<Button text={secondaryButton.text} href={secondaryButton.href} variant="secondary" className="rounded-l-none" animationDelay={0.1} />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user