Skip to content

Commit

Permalink
Fix the margins around the what we do cards.
Browse files Browse the repository at this point in the history
  • Loading branch information
HaudinFlorence committed Nov 15, 2024
1 parent 56df665 commit d2d1fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/home/WhatWeDo/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}

0 comments on commit d2d1fe8

Please sign in to comment.