change size svg in css

This commit is contained in:
Julie Blanc 2026-01-08 15:00:55 +01:00
parent 83bddb0947
commit 480bc82541
3 changed files with 12 additions and 12 deletions

View file

@ -542,16 +542,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;
@ -607,8 +607,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%;