mirror of https://github.com/hashicorp/consul
fix #cta responsive bug
parent
f88f464f28
commit
595070bee2
|
@ -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) {
|
@media (max-width: 480px) {
|
||||||
#features{
|
#features{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
|
@ -196,7 +196,7 @@ description: Service discovery and configuration made easy. Distributed, highly
|
||||||
<p>The intro and getting started guide contain
|
<p>The intro and getting started guide contain
|
||||||
a simple and approachable walkthrough for running Consul locally.</p>
|
a simple and approachable walkthrough for running Consul locally.</p>
|
||||||
</div>
|
</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 »</a>
|
<a class="outline-btn purple" href="/intro/index.html">Read the intro »</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue