From f215286e8f80228fe79f6f4cad0d0734c62a6baa Mon Sep 17 00:00:00 2001 From: Mael Date: Mon, 6 Aug 2018 09:31:35 +0200 Subject: [PATCH 1/2] Adaptation de marianne.svg pour IE11 --- source/images/marianne.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/images/marianne.svg b/source/images/marianne.svg index 400953253..be9dc53c3 100644 --- a/source/images/marianne.svg +++ b/source/images/marianne.svg @@ -1,6 +1,6 @@ - + From 4bf015cff87509d8526a61c3fe4614acc94700c3 Mon Sep 17 00:00:00 2001 From: Mael Date: Mon, 6 Aug 2018 09:52:58 +0200 Subject: [PATCH 2/2] Utilisation de height sur SVG pour IE11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Aucune idée pourquoi l'un marche et pas l'autre Sur IE 11.0.9600.18953 --- source/components/pages/Home.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/components/pages/Home.css b/source/components/pages/Home.css index f98ed9ff6..25c9ff733 100644 --- a/source/components/pages/Home.css +++ b/source/components/pages/Home.css @@ -11,5 +11,5 @@ width: calc(1vw + 4em); } #logos #urssaf img { - width: calc(1vw + 6em); + height: calc(1vw + 1.8em); }