File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ footer {
65
65
.button {
66
66
display : inline-block ;
67
67
border-radius : 6px ;
68
- padding : 0 20px ;
69
- line-height : 40 px ;
68
+ padding : 6 px 20px ;
69
+ line-height : 1.3 rem ;
70
70
color : white ;
71
71
background-color : $blue ;
72
72
text-decoration : none ;
Original file line number Diff line number Diff line change @@ -19,9 +19,11 @@ <h2 id="{{ replace .title " " "-" | lower }}">{{ .title }}</h2>
19
19
{{ end }}
20
20
{{ end }}
21
21
</ ul >
22
- < br >
23
- < button id ="btn-concepts " class ="button " onClick ="location.href='{{ .button_path | relLangURL }}'; " aria-label ="{{ .title }} "> {{ .button }}</ button >
24
- < br >
25
- < br >
22
+ {{ if .button }}
23
+ < br >
24
+ < button id ="btn-concepts " class ="button " onClick ="location.href='{{ .button_path | relLangURL }}'; " aria-label ="{{ .title }} "> {{ .button }}</ button >
25
+ < br >
26
+ < br >
27
+ {{ end }}
26
28
</ div >
27
29
{{ end }}
You can’t perform that action at this time.
0 commit comments