diff --git a/website/source/assets/stylesheets/_home.scss b/website/source/assets/stylesheets/_home.scss index f6f8dd0d2..d3eafdc2e 100755 --- a/website/source/assets/stylesheets/_home.scss +++ b/website/source/assets/stylesheets/_home.scss @@ -143,6 +143,17 @@ body.page-home{ } } +@media (max-width: 768px){ + #cta{ + text-align: center; + .intro{ + .left{ + text-align: center !important; + } + } + } +} + @media (max-width: 480px) { #features{ text-align: center; diff --git a/website/source/index.html.erb b/website/source/index.html.erb index d69c7638b..cd197ed47 100644 --- a/website/source/index.html.erb +++ b/website/source/index.html.erb @@ -196,7 +196,7 @@ description: Service discovery and configuration made easy. Distributed, highly

The intro and getting started guide contain a simple and approachable walkthrough for running Consul locally.

-
+
Read the intro »