Merge pull request #21817 from shuuji3/narrow-spaces-between-lines

Narrow the space between lines in buttons in docs/home
This commit is contained in:
Kubernetes Prow Robot
2020-06-27 16:38:14 -07:00
committed by GitHub
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 }}