Skip to content

Commit

Permalink
Reduce padding on blog text (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoCastroS committed Dec 20, 2023
1 parent e4cf5a4 commit 28e05f1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
margin-left: auto;
margin-right: auto;
max-width: var(--base-max-width) !important;
padding-left: 2rem;
padding-right: 2rem;
padding-left: 1rem;
padding-right: 1rem;
}

.blog-post__title {
Expand Down

0 comments on commit 28e05f1

Please sign in to comment.