fix donner les dimensions aux img des socials

This commit is contained in:
Alexel 2023-10-12 16:58:37 -04:00
parent 70b0b44f9c
commit d3d562949a

View file

@ -36,4 +36,7 @@
grid-template-columns: repeat(auto-fit, 50px);
}
.indexContactSocial {}
.indexContactSocial {
height: 50px;
width: 50px;
}