Meilleur footer

This commit is contained in:
Adrien Bourmault 2021-09-05 20:13:04 +02:00
parent 27fe5974d3
commit 27d99c7f45
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
1 changed files with 3 additions and 12 deletions

View File

@ -312,7 +312,7 @@ div.apropos p, div.apropossuite p {
footer {
clear: both;
padding: 3em 10%;
color: #fff;
color: #ffffff;
background: #324150;
text-align: center;
}
@ -328,8 +328,8 @@ footer a:hover, footer a:focus {
text-decoration: underline;
}
footer a:visited {
color: #0599c2;
text-decoration: underline;
color: #ffffff;
text-decoration: underline dotted;
}
@ -435,15 +435,6 @@ footer a:visited {
footer {
padding: 3em 0;
}
footer a {
width: 52px;
height: 52px;
padding: 52px 0 0 0;
margin: 0 2em;
}
footer a::before {
font-size: 48px;
}
}