Skip to content

Commit

Permalink
Update PostContent style for bold paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
xjahic committed Feb 10, 2024
1 parent fd136e2 commit 9993cce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/domain/post/PostView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,10 @@ const PostContent = styled.div`
> * {
max-width: 100%;
}
b {
font-weight: bold;
}
}
h2 {
Expand Down

0 comments on commit 9993cce

Please sign in to comment.