[SOCIAL] Ajoute une liste de liens sociaux en bas de la front page
This commit is contained in:
parent
360f7ecd96
commit
3753f06161
18 changed files with 45 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue