From 017a3992f9c366cffc42db6b88104b6ea957cf4c Mon Sep 17 00:00:00 2001
From: Julie Thezenas <julie@lydra.fr>
Date: Tue, 1 Mar 2022 22:48:58 +0100
Subject: [PATCH] feat: reduction taille des icones

---
 src/css/custom.css | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/src/css/custom.css b/src/css/custom.css
index 555dcbf..138c023 100644
--- a/src/css/custom.css
+++ b/src/css/custom.css
@@ -91,6 +91,18 @@ p {
   padding: 4rem 0;
   width: 100%;
 }
+
+.promiseSvg_src-components-HomepagePromises-module {
+  height: 135px !important;
+  width: auto;
+}
+
+.svg_src-components-HomepageFeatures-module {
+  height: 230px !important;
+  width: auto;
+  max-width: 100%;
+}
+
 .sections {
   padding: 4rem 0;
   width: var(--ifm-container-max-width);
-- 
GitLab