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.
1 parent 5943b2b commit 901de96Copy full SHA for 901de96
src/components/landing/hero.js
@@ -23,10 +23,10 @@ const Hero = () => (
23
a design system using Apollo. Everything you learn here will not be a
24
waste of time, it is 100% reproducible for production use cases.{" "}
25
</BodyOne>
26
- <RedBlockButton className="">Learn now!</RedBlockButton>
+ <RedBlockButton className="mr-5">Learn now!</RedBlockButton>
27
28
<RedOutlineButton
29
- className="s:mt-5 lg:ml-5"
+ className="s:mt-5 lg:ml-5 "
30
onClick={() => constants.track("App.RedirctToDemo")}
31
>
32
<a
0 commit comments