Fixed the fancy quote font and reduce heading in cards to h4

This commit is contained in:
Jeffrey Phillips Freeman 2023-10-21 17:15:03 -04:00
parent ae2292e1e7
commit 491d069842
No known key found for this signature in database
GPG key ID: AD914585C9406B6A
2 changed files with 2 additions and 3 deletions

View file

@ -9,7 +9,7 @@ inner: description
<div class="col">
<a class="card" {{ if .Get 1 }}href="{{ .Get 1 }}"{{ end }}>
<div class="card__body">
<h3 style="margin:0;text-transform:capitalize">{{ .Get 0 }}</h3>
<h4 style="margin:0;text-transform:capitalize">{{ .Get 0 }}</h4>
<small>{{ .Inner }}</small>
</div>
{{- if (or (.Get 2) (.Get 3) )}}

View file

@ -2245,8 +2245,7 @@ div#ch-tooltip {
}
.quote-box > blockquote {
font-weight: 100;
font-size: 2rem;
font-size: 1.5rem;
max-width: 600px;
line-height: 1.4;
position: relative;