diff --git a/apps/blog/src/pages/Page/Page.tsx b/apps/blog/src/pages/Page/Page.tsx index 5118114..6ccf99d 100644 --- a/apps/blog/src/pages/Page/Page.tsx +++ b/apps/blog/src/pages/Page/Page.tsx @@ -23,6 +23,7 @@ import Toc from "./Toc" const StyledTitle = styled.h1` margin-bottom: 1rem; + line-height: 2.5rem; word-wrap: break-word; `