Linting and minor changes

This commit is contained in:
Sam Potts
2017-10-27 15:06:16 +11:00
parent 71db66d802
commit dd9d5c8898
20 changed files with 8509 additions and 81 deletions
+2 -2
View File
@@ -7,13 +7,13 @@ html {
background-attachment: fixed;
}
html,
body {
html {
height: 100%;
}
body {
display: flex;
min-height: 100%;
align-items: center;
flex-direction: column;
}