Skip to content

Commit

Permalink
Update the style of the topics card in desktop design.
Browse files Browse the repository at this point in the history
  • Loading branch information
HaudinFlorence committed Nov 28, 2024
1 parent 51f8ae9 commit 5c9fdef
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 @@ -66,7 +66,7 @@ div .topics_header {
padding: var(--ifm-spacing-2xl) var(--ifm-spacing-lg);
border-radius: 8px;
box-shadow: 0px 0px 8px 1px #c8c8c7;
background-color: var(--ifm-color-orange-light);
background-color: var(--ifm-color-primary-p0);
margin: 0 var(--ifm-spacing-lg) var(--ifm-spacing-xl) var(--ifm-spacing-lg);
}
}

0 comments on commit 5c9fdef

Please sign in to comment.