padding year
This commit is contained in:
parent
641097e2d3
commit
5a2b7b56d3
2 changed files with 4 additions and 1 deletions
|
@ -178,6 +178,9 @@ header {
|
||||||
.weeks {
|
.weeks {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-bottom: 32px;
|
padding-bottom: 32px;
|
||||||
|
.year {
|
||||||
|
padding-bottom: 16px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
nav.overlay {
|
nav.overlay {
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
{% if weeks %}
|
{% if weeks %}
|
||||||
<div class="weeks">
|
<div class="weeks">
|
||||||
{% for year in years %}
|
{% for year in years %}
|
||||||
<div>
|
<div class="year">
|
||||||
<h1>{{ year.year }}</h1>
|
<h1>{{ year.year }}</h1>
|
||||||
<div class="year-details-{{ year.year }}">
|
<div class="year-details-{{ year.year }}">
|
||||||
{% for week in year.weeks %}
|
{% for week in year.weeks %}
|
||||||
|
|
Loading…
Reference in a new issue