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