From d2d1fe811d3101eef53090b69f2ea6d8492f7fe5 Mon Sep 17 00:00:00 2001 From: HaudinFlorence Date: Fri, 15 Nov 2024 21:04:27 +0100 Subject: [PATCH] Fix the margins around the what we do cards. --- src/components/home/WhatWeDo/styles.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/home/WhatWeDo/styles.module.css b/src/components/home/WhatWeDo/styles.module.css index 228d2cdb4..8cac7a6d5 100644 --- a/src/components/home/WhatWeDo/styles.module.css +++ b/src/components/home/WhatWeDo/styles.module.css @@ -67,6 +67,6 @@ div .topics_header { border-radius: 8px; box-shadow: 0px 0px 8px 1px #c8c8c7; background-color: var(--ifm-color-orange-light); - margin-bottom: var(--ifm-spacing-xl); + margin: 0 var(--ifm-spacing-lg) var(--ifm-spacing-xl) var(--ifm-spacing-lg); } }