update headings
All checks were successful
ci/woodpecker/push/deploy-netlify Pipeline was successful
ci/woodpecker/pr/deploy-netlify Pipeline was successful

This commit is contained in:
Adora Laura Kalb 2023-09-01 11:18:52 +02:00
parent fd3b161a3f
commit b1cd2daa9f
Signed by: adoralaura
GPG key ID: 7A4552166FC8C056
2 changed files with 4 additions and 3 deletions

View file

@ -59,7 +59,7 @@ content h1 {
padding: 0;
border: 0;
font-family: $heading-font-family;
font-size: 1.5em;
font-size: 1.6em;
vertical-align: baseline;
line-height: 100%;
margin-top: 2rem;
@ -71,7 +71,7 @@ content h2 {
margin: 0;
padding: 0;
border: 0;
font-size: 1.3em;
font-size: 1.4em;
font-family: $heading-font-family;
vertical-align: baseline;
line-height: 100%;
@ -85,6 +85,7 @@ content h3 {
padding: 0;
border: 0;
font-family: $heading-font-family;
font-size: 1.2em;
vertical-align: baseline;
line-height: 100%;
margin-top: 2rem;

View file

@ -4,7 +4,7 @@
<p>{{ .Content }}</p>
{{ range .Pages }}
<div class="section-page-item">
<h2>{{ .Title }}</h2>
<h3>{{ .Title }}</h3>
<time>{{ .PublishDate | time.Format ":date_medium" }}</time>
<div class="summary">{{ .Summary }}</div>
<a href="{{ .RelPermalink }}">Read more &rarr;</a>