Remove #paige-metadata-rest

This commit is contained in:
Will Faught
2024-07-12 22:55:40 -07:00
parent b1935e7720
commit 43c6f33b8d
3 changed files with 1 additions and 11 deletions

View File

@@ -27,7 +27,7 @@
{{ end }}
{{ if or $authors $date $keywords $readingtime $series }}
<div class="my-3" id="paige-metadata-rest">
<div class="my-3">
{{ with $keywords }}
<p class="{{ if $textkeywords }} mb-0 {{ end }} text-center {{ if $textkeywords }} text-secondary {{ end }}" id="paige-keywords">
{{ range $i, $term := . -}}

View File

@@ -47,14 +47,6 @@
margin-bottom: 0;
}
#paige-metadata-rest:empty {
margin-bottom: 0;
}
#paige-metadata-rest:not(:empty) {
margin-bottom: 1rem;
}
blockquote {
padding: 0.5rem 1rem;
border-left: 0.25rem solid var(--bs-border-color);