Meilleur footer
This commit is contained in:
parent
1eb24dc09c
commit
27fe5974d3
11
styles.css
11
styles.css
|
@ -321,13 +321,14 @@ footer a {
|
||||||
-moz-transition: all 0.25s ease-out;
|
-moz-transition: all 0.25s ease-out;
|
||||||
transition: all 0.25s ease-out;
|
transition: all 0.25s ease-out;
|
||||||
text-decoration: underline dotted;
|
text-decoration: underline dotted;
|
||||||
|
color: #fff;
|
||||||
}
|
}
|
||||||
footer a:hover, footer a:focus {
|
footer a:hover, footer a:focus {
|
||||||
color: #1a4159;
|
color: #0599c2;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
footer a:visited {
|
footer a:visited {
|
||||||
color: #1a4159;
|
color: #0599c2;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -630,12 +631,6 @@ footer a:visited {
|
||||||
|
|
||||||
@media only screen and (min-width: 1150px) {
|
@media only screen and (min-width: 1150px) {
|
||||||
/* page footer */
|
/* page footer */
|
||||||
footer a {
|
|
||||||
width: 76px;
|
|
||||||
height: 76px;
|
|
||||||
padding: 76px 0 0 0;
|
|
||||||
margin: 0 3em;
|
|
||||||
}
|
|
||||||
footer a::before {
|
footer a::before {
|
||||||
font-size: 72px;
|
font-size: 72px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue