From d3d562949a6bb534479fede60bdd576848c05d5b Mon Sep 17 00:00:00 2001 From: Alexel Date: Thu, 12 Oct 2023 16:58:37 -0400 Subject: [PATCH] fix donner les dimensions aux img des socials --- public/css/index.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/css/index.css b/public/css/index.css index 0bc3f33..52183ba 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -36,4 +36,7 @@ grid-template-columns: repeat(auto-fit, 50px); } -.indexContactSocial {} \ No newline at end of file +.indexContactSocial { + height: 50px; + width: 50px; +} \ No newline at end of file