[SOCIAL] Ajoute une liste de liens sociaux en bas de la front page

This commit is contained in:
Gregory Trolliet 2020-04-27 17:31:00 +02:00
parent 360f7ecd96
commit 3753f06161
18 changed files with 45 additions and 0 deletions

View file

@ -257,3 +257,18 @@ body {
.section:last-of-type {
margin-bottom: 3em;
}
/******************* Social *******************/
#social {
text-align: center;
width: 60%;
max-width: var(--max-width);
margin: auto;
margin-top: 5em;
margin-bottom: 1em;
}
#social .social-icon {
max-width: 2em;
height: 2em;
margin: 0 1em;
}