Skip to content

Commit

Permalink
Move margins
Browse files Browse the repository at this point in the history
  • Loading branch information
dtuite committed Oct 23, 2024
1 parent 5608eac commit 63b2236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/landing/VideoHero/VideoHero.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const SubTitle = () => (

const CallToAction = () => (
<div className="mt-5 sm:flex sm:justify-center md:mt-8">
<div className="mt-3 sm:mt-0 sm:ml-3">
<div>
<Button
link={true}
to={PAGE_PATHS.requestDemo}
Expand All @@ -34,7 +34,7 @@ const CallToAction = () => (
/>
</div>

<div>
<div className="mt-3 sm:mt-0 sm:ml-3">
<Button
link={true}
to={PAGE_PATHS.freeTrial}
Expand Down

0 comments on commit 63b2236

Please sign in to comment.