Render directory items in index

This commit is contained in:
2017-11-09 00:22:42 +01:00
parent bf84e70527
commit 939dce2b1f
11 changed files with 124 additions and 23 deletions

View File

@@ -26,6 +26,9 @@
padding: 2rem;
nav {
margin-top: 6rem;
margin-bottom: 6rem;
ul {
list-style: none;
margin: 0;
@@ -42,5 +45,9 @@
flex: 1;
overflow: auto;
padding: 2rem;
> header {
height: 6em;
}
}
}