Skip to content

Commit

Permalink
Fix no padding on mobile devices on compensation page (#1059)
Browse files Browse the repository at this point in the history
  • Loading branch information
idamand authored Dec 13, 2024
1 parent b8e5265 commit 23e6ffb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/compensations/compensations.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
gap: 3rem;
width: 100%;
max-width: var(--max-content-width-large);

@media (max-width: 834px) {
padding: 10rem 0;
}
}

.text {
Expand Down

0 comments on commit 23e6ffb

Please sign in to comment.