Skip to content

Commit

Permalink
chore: make cases list mobile friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
trulshj committed Dec 12, 2024
1 parent dd5d248 commit 391842e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/customerCases/customerCases.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

.caseWrapper {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
gap: 3rem;
}

Expand Down

0 comments on commit 391842e

Please sign in to comment.