mirror of https://github.com/status-im/consul.git
website: fix clickability of the intro button
This commit is contained in:
parent
b521af67ad
commit
50c23ec5ac
|
@ -174,7 +174,7 @@
|
|||
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">
|
||||
<button class="outline-btn purple"><a href="/intro/index.html">Read the intro »</a></button>
|
||||
<a class="outline-btn purple" href="/intro/index.html">Read the intro »</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -204,6 +204,7 @@ body.page-home{
|
|||
|
||||
.outline-btn {
|
||||
padding: 8px;
|
||||
display: inline-block;
|
||||
&:focus {
|
||||
outline: 0;
|
||||
}
|
||||
|
|
|
@ -25,4 +25,4 @@
|
|||
// Components w/ JavaScript
|
||||
/*@import "modals.less";*/
|
||||
|
||||
// 67
|
||||
// 68
|
||||
|
|
Loading…
Reference in New Issue