Removed duplicated markdown pages, improved NotFound page

This commit is contained in:
2018-12-13 01:18:22 +11:00
parent 59fbb7fb2e
commit c8d17f6af9
7 changed files with 24 additions and 91 deletions
+8
View File
@@ -53,6 +53,14 @@ footer {
}
/* centering */
.centeredPage {
flex: 1 0 auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.centeredContent {
flex: 0 1 auto;
display: flex;