From b2251557a26aad911f978fcfe24fc5791403d8ce Mon Sep 17 00:00:00 2001 From: Julie Thezenas <julie@lydra.fr> Date: Mon, 4 Apr 2022 15:27:36 +0000 Subject: [PATCH] feat: reduce promises icon size --- src/components/HomepagePromises.module.css | 5 ++--- src/css/custom.css | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/HomepagePromises.module.css b/src/components/HomepagePromises.module.css index cc8102f..b083527 100644 --- a/src/components/HomepagePromises.module.css +++ b/src/components/HomepagePromises.module.css @@ -1,6 +1,5 @@ /* stylelint-disable docusaurus/copyright-header */ - .promiseSvg { - height: 150px; - width: 150px; + height: 64px; + width: auto; } diff --git a/src/css/custom.css b/src/css/custom.css index 555dcbf..3ad5015 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -91,6 +91,7 @@ p { padding: 4rem 0; width: 100%; } + .sections { padding: 4rem 0; width: var(--ifm-container-max-width); -- GitLab