Skip to content

Commit

Permalink
feat(ui): create .portifolio-content-w and .blog-content-w css cl…
Browse files Browse the repository at this point in the history
…asses
  • Loading branch information
mateusfg7 committed Apr 28, 2023
1 parent bbe9935 commit c71a000
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/styles/utilities.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
@tailwind utilities;

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

.limits {
@apply border-red-600 border;
Expand Down

0 comments on commit c71a000

Please sign in to comment.