Skip to content

Commit

Permalink
Remove enforced max-width on prose
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Jul 17, 2024
1 parent 8792c93 commit da72556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Prose.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<article
class="prose prose-app prose-a:text-app-purple hover:prose-a:text-app-pink prose-headings:text-app-green text-white"
class="prose prose-app max-w-none prose-a:text-app-purple hover:prose-a:text-app-pink prose-headings:text-app-green text-white"
>
<slot />
</article>

0 comments on commit da72556

Please sign in to comment.