Skip to content

Commit

Permalink
fix: delete obsolete class
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccadumazert committed Aug 13, 2024
1 parent 1bdfaf4 commit 078ded3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Card/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type Props = {
const Card: React.FC<Props> = ({ offre: { description, url, title } }) => {
return (
<div
className="container fr-col-12 fr-col-md-4 fr-mt-2w"
className="fr-col-12 fr-col-md-4 fr-mt-2w"
style={{
width: 200,
}}
Expand Down

0 comments on commit 078ded3

Please sign in to comment.