Skip to content

Commit

Permalink
fix(customerCase): prevent content overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiazom committed Oct 29, 2024
1 parent 681fab7 commit 0956853
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
.wrapper {
display: flex;
flex-direction: column;
margin: 4rem 0;
margin: 4rem 2rem;
align-items: center;

@media (max-width: 1024px) {
margin: 2rem 0;
margin: 2rem 1rem;
}
}

.content {
width: 100%;
display: flex;
flex-direction: column;
max-width: 1400px;
Expand Down

0 comments on commit 0956853

Please sign in to comment.