update headings
This commit is contained in:
parent
fd3b161a3f
commit
b1cd2daa9f
2 changed files with 4 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -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 →</a>
|
||||
|
|
Loading…
Reference in a new issue