Clean up the list header so the desc is below
This commit is contained in:
@@ -156,8 +156,7 @@ strong {
|
|||||||
}
|
}
|
||||||
.list-header-subtext {
|
.list-header-subtext {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: #7a7b7c;
|
font-size: 1.5em;
|
||||||
font-size: 1em;
|
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,8 +6,8 @@
|
|||||||
<main class="card-container side-gutter">
|
<main class="card-container side-gutter">
|
||||||
{{ if or (not (eq .Description "")) (not (eq .Title "")) -}}
|
{{ if or (not (eq .Description "")) (not (eq .Title "")) -}}
|
||||||
<header class="list-header">
|
<header class="list-header">
|
||||||
{{ with .Description }}<p class="list-header-subtext">{{ . }}</p>{{ end }}
|
|
||||||
{{ with .Title }}<h1 class="list-header-title">{{ . }}</h1>{{ end }}
|
{{ with .Title }}<h1 class="list-header-title">{{ . }}</h1>{{ end }}
|
||||||
|
{{ with .Description }}<p class="list-header-subtext">{{ . }}</p>{{ end }}
|
||||||
</header>
|
</header>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{ with .Content -}}
|
{{ with .Content -}}
|
||||||
|
|||||||
Reference in New Issue
Block a user