Fix font-family and headers

This commit is contained in:
Ariejan de Vroom 2016-08-22 13:17:30 +02:00
parent f9ae49d0e0
commit 86eb282681
Signed by: ariejan
GPG Key ID: AD739154F713697B
2 changed files with 5 additions and 3 deletions

View File

@ -1,8 +1,6 @@
{{ partial "header.html" . }}
<section class="posts">
<h1 class="front-heading">Recent blog entries</h1>
{{ range first 10 (where .Data.Pages "Section" "posts") }}
<article id="{{ .Slug }}" class="teaser-post">
<h2><a href="{{ .Permalink }}">{{ .Title }}</a></h2>

View File

@ -10,7 +10,7 @@ html{color:#000;background:#E9E9E9}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
body {
background: #E9E9E9;
font-family: 'Titillium', sans-serif;
font-family: 'Titillium Web', sans-serif;
font-size: 0.92em;
line-height: 1.5em;
}
@ -164,6 +164,10 @@ h1.front-heading {
margin-left: 2em;
}
.posts {
margin-top: 1em;
}
.posts .teaser-post {
margin-bottom: 1em;
padding-bottom: 1em;