Skip to content
Snippets Groups Projects
Verified Commit 491d0698 authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

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

parent ae2292e1
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ inner: description ...@@ -9,7 +9,7 @@ inner: description
<div class="col"> <div class="col">
<a class="card" {{ if .Get 1 }}href="{{ .Get 1 }}"{{ end }}> <a class="card" {{ if .Get 1 }}href="{{ .Get 1 }}"{{ end }}>
<div class="card__body"> <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> <small>{{ .Inner }}</small>
</div> </div>
{{- if (or (.Get 2) (.Get 3) )}} {{- if (or (.Get 2) (.Get 3) )}}
......
...@@ -2245,8 +2245,7 @@ div#ch-tooltip { ...@@ -2245,8 +2245,7 @@ div#ch-tooltip {
} }
.quote-box > blockquote { .quote-box > blockquote {
font-weight: 100; font-size: 1.5rem;
font-size: 2rem;
max-width: 600px; max-width: 600px;
line-height: 1.4; line-height: 1.4;
position: relative; position: relative;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment