Skip to content

Commit

Permalink
feat(ui): update .content-w class to match responsive rules
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Dec 23, 2022
1 parent a7a194c commit 00e6d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@

@layer utils {
.content-w {
@apply max-w-5xl w-full;
@apply px-5 md:p-0 md:max-w-5xl w-full;
}

.limits {
Expand Down

0 comments on commit 00e6d8b

Please sign in to comment.