Finish redesigning site

This commit is contained in:
2020-03-03 11:03:13 +00:00
parent b382db281c
commit 9e9f9f8c64
49 changed files with 1066 additions and 496 deletions

12
_site/css/year.css Normal file
View File

@@ -0,0 +1,12 @@
/* position heading in middle of image */
.parallax-section {
text-align: center;
vertical-align: middle;
padding: 150px 15px;
}
/* list of articles */
.articles {
background-color: var(--mdc-theme-background);
padding-top: 12px;
padding-bottom: 12px;
}