Skip to content

Commit c447b60

Browse files
Fix the margins of the topics cards.
1 parent 56df665 commit c447b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)