Narrow the space between lines of labels.

Apply suggestions from code review
Co-authored-by: Celeste Horgan <celeste@cncf.io>
This commit is contained in:
TAKAHASHI Shuuji
2020-06-17 12:22:24 +09:00
parent 30e8dc2b9b
commit b2f7323f54
2 changed files with 8 additions and 6 deletions
+6 -4
View File
@@ -19,9 +19,11 @@
{{ end }}
{{ end }}
</ul>
<br>
<button id="btn-concepts" class="button" onClick="location.href='{{ .button_path | relLangURL }}';" aria-label="{{ .title }}">{{ .button }}</button>
<br>
<br>
{{ if .button }}
<br>
<button id="btn-concepts" class="button" onClick="location.href='{{ .button_path | relLangURL }}';" aria-label="{{ .title }}">{{ .button }}</button>
<br>
<br>
{{ end }}
</div>
{{ end }}