1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-12-08 00:44:30 +01:00

fix: justify align text in blog posts

This commit is contained in:
Théo LUDWIG 2023-06-16 21:48:47 +02:00
parent db0c708c04
commit 5fd7f77b6d
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

@ -8,7 +8,7 @@
} }
.prose { .prose {
@apply !max-w-5xl text-gray dark:text-gray-300; @apply !max-w-5xl text-justify text-gray dark:text-gray-300;
} }
.prose a, .prose a,