Narrow the space between lines of labels.
Apply suggestions from code review Co-authored-by: Celeste Horgan <celeste@cncf.io>pull/21817/head
parent
30e8dc2b9b
commit
b2f7323f54
|
@ -65,8 +65,8 @@ footer {
|
||||||
.button {
|
.button {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
padding: 0 20px;
|
padding: 6px 20px;
|
||||||
line-height: 40px;
|
line-height: 1.3rem;
|
||||||
color: white;
|
color: white;
|
||||||
background-color: $blue;
|
background-color: $blue;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
|
@ -19,9 +19,11 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</ul>
|
</ul>
|
||||||
<br>
|
{{ if .button }}
|
||||||
<button id="btn-concepts" class="button" onClick="location.href='{{ .button_path | relLangURL }}';" aria-label="{{ .title }}">{{ .button }}</button>
|
<br>
|
||||||
<br>
|
<button id="btn-concepts" class="button" onClick="location.href='{{ .button_path | relLangURL }}';" aria-label="{{ .title }}">{{ .button }}</button>
|
||||||
<br>
|
<br>
|
||||||
|
<br>
|
||||||
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
Loading…
Reference in New Issue