Skip to content

Commit

Permalink
Fix Features screen width
Browse files Browse the repository at this point in the history
  • Loading branch information
visortelle committed Jun 20, 2023
1 parent ad1d830 commit 2dca7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pages/HomePage/Features/Features.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
.container {
display: flex;
flex-direction: column;
padding: 5rem 4rem 0 4rem;
padding: 5rem 0 0;
max-width: var(--max-content-width);
width: 100%;
box-sizing: content-box;
Expand Down

0 comments on commit 2dca7e8

Please sign in to comment.