Rework and move footer to separate file

This commit is contained in:
Vincevrp
2019-01-20 21:18:31 +01:00
committed by Vince
parent a6680484d3
commit 455b347574
3 changed files with 34 additions and 14 deletions

View File

@ -122,3 +122,9 @@ a,
.email { background: $email; }
.diaspora { background: $diaspora; }
footer {
img,
i {
margin-right: 1rem;
}
}