Skip to content

Commit 7402b10

Browse files
Merge pull request #182 from HaudinFlorence/fix_topics_cards_style
Fix the margins of the topics cards.
2 parents 21b7d2a + 5c9fdef commit 7402b10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/home/WhatWeDo/styles.module.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ div .topics_header {
6666
padding: var(--ifm-spacing-2xl) var(--ifm-spacing-lg);
6767
border-radius: 8px;
6868
box-shadow: 0px 0px 8px 1px #c8c8c7;
69-
background-color: var(--ifm-color-orange-light);
70-
margin-bottom: var(--ifm-spacing-xl);
69+
background-color: var(--ifm-color-primary-p0);
70+
margin: 0 var(--ifm-spacing-lg) var(--ifm-spacing-xl) var(--ifm-spacing-lg);
7171
}
7272
}

0 commit comments

Comments
 (0)