Skip to content

Commit 901de96

Browse files
committed
added spacing
1 parent 5943b2b commit 901de96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/landing/hero.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ const Hero = () => (
2323
a design system using Apollo. Everything you learn here will not be a
2424
waste of time, it is 100% reproducible for production use cases.{" "}
2525
</BodyOne>
26-
<RedBlockButton className="">Learn now!</RedBlockButton>
26+
<RedBlockButton className="mr-5">Learn now!</RedBlockButton>
2727

2828
<RedOutlineButton
29-
className="s:mt-5 lg:ml-5"
29+
className="s:mt-5 lg:ml-5 "
3030
onClick={() => constants.track("App.RedirctToDemo")}
3131
>
3232
<a

0 commit comments

Comments
 (0)