Skip to content

Commit

Permalink
refactor: include blogbody for styling
Browse files Browse the repository at this point in the history
  • Loading branch information
thisjt committed Oct 2, 2024
1 parent 4fb289e commit 157c74d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ body {
font-family: 'Open Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.portfolioBody {
.portfolioBody,
.blogBody {
p {
margin-bottom: 1rem;
}
Expand Down

0 comments on commit 157c74d

Please sign in to comment.