Add list group for each year of articles on the navbar

This commit is contained in:
Matthew Grove
2019-02-05 20:25:51 +00:00
parent 3ede6835fb
commit cbe34aa100
3 changed files with 22 additions and 3 deletions

View File

@@ -18,6 +18,11 @@ a {
color: var(--mdc-theme-secondary);
}
.mdc-list-group h3 {
margin: 20px 16px auto 16px;
font-weight: normal;
}
.mdc-drawer-app-content {
flex: auto;
overflow: auto;