Skip to content

Commit

Permalink
feat: add break-words style to main section of page
Browse files Browse the repository at this point in the history
  • Loading branch information
st1020 committed Mar 12, 2024
1 parent 466255d commit 44acba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{% include "partials/header.html" %}

<main
class="prose prose-neutral relative mx-auto min-h-[calc(100%-9rem)] max-w-3xl px-4 pb-16 pt-32 dark:prose-invert"
class="prose prose-neutral relative mx-auto min-h-[calc(100%-9rem)] max-w-3xl break-words px-4 pb-16 pt-32 dark:prose-invert"
>
{% block main %}

Expand Down

0 comments on commit 44acba4

Please sign in to comment.