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 {
|
||||
text-align: center;
|
||||
padding-bottom: 32px;
|
||||
.year {
|
||||
padding-bottom: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
nav.overlay {
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
{% if weeks %}
|
||||
<div class="weeks">
|
||||
{% for year in years %}
|
||||
<div>
|
||||
<div class="year">
|
||||
<h1>{{ year.year }}</h1>
|
||||
<div class="year-details-{{ year.year }}">
|
||||
{% for week in year.weeks %}
|
||||
|
|
Loading…
Reference in a new issue