Skip to content

Commit

Permalink
feat(ui): small improvements on .content-container responsve style
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Jul 20, 2023
1 parent 48efe4c commit 862ec72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/utilities.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

@layer utilities {
.content-container {
@apply w-full px-4 md:max-w-4xl md:px-0;
@apply w-full px-4 md:max-w-4xl lg:px-0;
}
.content-vertical-spaces {
@apply pt-24 pb-28 md:pt-36;
Expand Down

0 comments on commit 862ec72

Please sign in to comment.