Narrow the space between lines of labels.

Apply suggestions from code review
Co-authored-by: Celeste Horgan <celeste@cncf.io>
pull/21817/head
TAKAHASHI Shuuji 2020-06-17 12:22:24 +09:00
parent 30e8dc2b9b
commit b2f7323f54
2 changed files with 8 additions and 6 deletions

View File

@ -65,8 +65,8 @@ footer {
.button {
display: inline-block;
border-radius: 6px;
padding: 0 20px;
line-height: 40px;
padding: 6px 20px;
line-height: 1.3rem;
color: white;
background-color: $blue;
text-decoration: none;

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 }}