updated list and terms layout based on inspiration from laurakalbag

This commit is contained in:
wgroeneveld 2020-05-27 15:59:08 +02:00
parent 9cd9d6654f
commit 034694cd1c
3 changed files with 6 additions and 2 deletions

View File

@ -20,7 +20,7 @@
{{ range .Paginator.Pages.GroupByDate "2006" "desc" }}
<h2>{{ .Key }}</h2>
{{ range .Pages.GroupByDate "January" }}
{{ range .Pages.GroupByDate "Jan" }}
<h3>{{ .Key }}</h3>
<ul class="list-ul">

View File

@ -10,7 +10,7 @@
{{ range .Paginator.Pages.GroupByDate "2006" "desc" }}
<h2>{{ .Key }}</h2>
{{ range .Pages.GroupByDate "January" }}
{{ range .Pages.GroupByDate "Jan" }}
<h3>{{ .Key }}</h3>
<ul class="list-ul">

View File

@ -10,12 +10,16 @@
.list h3 {
color: #999;
float: left;
margin-top: 1.5rem;
}
.list-ul {
list-style: none;
margin: 0;
padding: 0;
padding-left: 7rem;
padding-bottom: 4rem;
}
.list-ul li {