Launchpad buttons now work properly
This commit is contained in:
parent
75944355f3
commit
3f2a116c8b
@ -1,5 +1,7 @@
|
|||||||
{{ range .Site.Params.Launchpad }}
|
{{ range .Site.Params.Launchpad }}
|
||||||
<button type="button" class="fade-in-image launchpad-button btn btn-light launchpad-button-text">
|
<button type="button" class="fade-in-image launchpad-button btn btn-light">
|
||||||
<pre style="">{{ printf "%-8s%s" .uri .description }}</pre>
|
<a href="{{ .uri }}">
|
||||||
|
<pre class="launchpad-button-text">{{ printf "%-8s%s" .uri .description }}</pre>
|
||||||
|
</a>
|
||||||
</button>
|
</button>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
@ -219,6 +219,7 @@ ul.timeline > li:before {
|
|||||||
|
|
||||||
.launchpad-button-text {
|
.launchpad-button-text {
|
||||||
font-family: 'Courier New', monospace;
|
font-family: 'Courier New', monospace;
|
||||||
|
margin: 0.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user