Skip to content

Commit

Permalink
Apply text-pretty text-wrap to Intro
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdburdick authored Jun 19, 2024
1 parent a024844 commit f3e3e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/_content/Intro.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function Intro() {
ref={headerRef}
>
<div
className="container prose prose-scale dark:prose-invert"
className="container prose prose-scale dark:prose-invert text-pretty"
dangerouslySetInnerHTML={{ __html: data.intro.html }}
/>
<LogoMarquee />
Expand Down

0 comments on commit f3e3e28

Please sign in to comment.