fix #cta responsive bug

This commit is contained in:
captainill 2015-11-08 23:39:14 -08:00
parent dba65d1bdb
commit 5f3197dc99
2 changed files with 12 additions and 1 deletions

View File

@ -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;

View File

@ -196,7 +196,7 @@ description: Service discovery and configuration made easy. Distributed, highly
<p>The intro and getting started guide contain
a simple and approachable walkthrough for running Consul locally.</p>
</div>
<div class="col-xs-offset-5 col-xs-12 col-sm-6 col-sm-offset-0 right">
<div class="col-xs-12 col-sm-6 col-sm-offset-0 right">
<a class="outline-btn purple" href="/intro/index.html">Read the intro &#187;</a>
</div>
</div>