feat: add footer

This commit is contained in:
Jonas Kuske 2019-05-31 00:36:55 +02:00
parent 033390881e
commit e7012d19c4
4 changed files with 19 additions and 1 deletions

View file

@ -31,6 +31,12 @@ html {
width: 35%;
}
body > footer {
display: flex;
justify-content: flex-end;
align-items: flex-end;
}
/* Used for (Links / ProductHunt) and (Installation / Copy-Button) rows */
.row {
display: flex;