Skip to content

Commit

Permalink
fix(ui): reset just horizontal padding instead all padding on `portif…
Browse files Browse the repository at this point in the history
…olio-content-w` and `blog-content-w` utilities
  • Loading branch information
mateusfg7 committed Jun 20, 2023
1 parent 59e22cc commit 152ed28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/utilities.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

@layer utilities {
.portifolio-content-w {
@apply w-full px-5 md:max-w-5xl md:p-0;
@apply w-full px-5 md:max-w-5xl md:px-0;
}
.blog-content-w {
@apply w-full px-4 md:max-w-4xl md:p-0;
@apply w-full px-4 md:max-w-4xl md:px-0;
}

.limits {
Expand Down

0 comments on commit 152ed28

Please sign in to comment.