Merge branch 'correction_logo'
All checks were successful
Deploy / Deploy to Production (push) Successful in 11s

This commit is contained in:
Julie Blanc 2026-01-08 15:02:49 +01:00
commit 6e51087b70
11 changed files with 36 additions and 54 deletions

View file

@ -11,16 +11,16 @@
}
.icon{
width: 24px;
height: 24px;
width: 20px;
height: 20px;
position: relative;
top: -2px;
}
svg{
display: flex;
align-items: center;
width: 24px;
height: 24px;
width: 20px;
height: 20px;
}

View file

@ -27,8 +27,8 @@
text-decoration: none;
}
.icon {
width: 20px;
height: 20px;
width: 16px;
height: 16px;
svg{
width: 100%;
height: 100%;

View file

@ -660,16 +660,16 @@ button:disabled {
text-decoration: none;
}
.list-socials .icon {
width: 24px;
height: 24px;
width: 20px;
height: 20px;
position: relative;
top: -2px;
}
.list-socials svg {
display: flex;
align-items: center;
width: 24px;
height: 24px;
width: 20px;
height: 20px;
}
.list-socials .text {
display: none;
@ -725,8 +725,8 @@ button:disabled {
text-decoration: none;
}
.modal--share .socials li .icon {
width: 20px;
height: 20px;
width: 16px;
height: 16px;
}
.modal--share .socials li .icon svg {
width: 100%;