Skip to content

Commit

Permalink
Fix CTA button spacing (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kytha committed Aug 19, 2022
1 parent 1b06ee3 commit 39f1a1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Splash/Splash.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ const Splash = () => {
</Typography>
</div>

<div>
<div className="md:flex">
<Button
bg="blue"
size="lg"
type="button"
variant="fill"
className="sm:mr-10 sm:mb-0 mb-4 block"
className="md:mr-10 mb-5 md:mb-0 block mr-0"
float
node="a"
href="https://discord.gg/qxFbbd7RMY"
Expand Down

0 comments on commit 39f1a1d

Please sign in to comment.