Add a footer

Fixes #133
This commit is contained in:
Bat
2018-07-27 14:08:39 +02:00
parent 38d99ad5af
commit b35ee44942
7 changed files with 49 additions and 0 deletions
+14
View File
@@ -574,3 +574,17 @@ form.new-post input[type="submit"]:hover { background: #DADADA; }
margin: 1em;
margin-right: 2em;
}
/*== Footer ==*/
body > footer {
display: flex;
align-content: center;
justify-content: space-between;
background: #ECECEC;
padding: 0 20%;
margin-top: 5em;
}
body > footer * {
margin: 5em 0;
}