diff --git a/lib/index.html b/lib/index.html index deb6531..e1b81b6 100644 --- a/lib/index.html +++ b/lib/index.html @@ -108,6 +108,8 @@

Cross-functional single source of truth

Basically, you share the component library with your engineers so that everyone has the latest version everywhere, everytime.

We are starting with React and certain library requirements, but we plan to be platform-agnostic in the future.

+ Discover our documentation on Github
+

More detailed guide will be coming soon.

diff --git a/src/style.less b/src/style.less index 92f9c66..2ac7da4 100644 --- a/src/style.less +++ b/src/style.less @@ -392,7 +392,11 @@ input[type=email] { max-width: 404px; width: 90%; margin: 30px auto; - } + } + + .button { + margin-top: 42px; + } } .contribute {