fix donner les dimensions aux img des socials
This commit is contained in:
parent
70b0b44f9c
commit
d3d562949a
1 changed files with 4 additions and 1 deletions
|
@ -36,4 +36,7 @@
|
||||||
grid-template-columns: repeat(auto-fit, 50px);
|
grid-template-columns: repeat(auto-fit, 50px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.indexContactSocial {}
|
.indexContactSocial {
|
||||||
|
height: 50px;
|
||||||
|
width: 50px;
|
||||||
|
}
|
Loading…
Reference in a new issue