Added footer with social links.

This commit is contained in:
LysandreJik
2019-07-09 18:03:01 -04:00
parent 331db8cc02
commit c4bab2dc85
2 changed files with 54 additions and 6 deletions

View File

@@ -113,6 +113,18 @@ a {
text-transform: uppercase;
}
.footer {
margin-top: 20px;
}
.footer__Social {
display: flex;
flex-direction: row;
}
.footer__CustomImage {
margin: 2px 5px 0 0;
}