media logo

This commit is contained in:
2024-07-18 19:35:52 +02:00
parent f25ebcca08
commit de35e4aebc
8 changed files with 272 additions and 45 deletions

View File

@@ -116,17 +116,42 @@ footer{
flex-direction: column;
font-size: $font-medium;
font-weight: 400;
&::before{
content: "Nous contacter";
padding-bottom: 0.6rem;
font-weight: 600;
}
padding-bottom: 0.6rem;
font-size: 0.6rem;
}
.fa-3x{
font-size: 1.5em;
// .fa-3x{
// font-size: 1.5em;
// }
.fa-x-twitter::before{
display: none;
}
.fa-x-twitter::after{
content: url('../img/logo_x.svg') !important;
display: block;
width: 50px;
}
.fa-linkedin::before{
display: none;
}
.fa-linkedin::after{
content: url('../img/linkedin.svg') !important;
display: block;
width: 55px;
}
.fa-youtube::before{
display: none;
}
.fa-youtube::after{
content: url('../img/youtube_black.svg') !important;
display: block;
width: 55px;
}
}
}