diff --git a/src/styles/global.css b/src/styles/global.css index 10b83bd..69fe58a 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -36,6 +36,10 @@ @apply transition-colors; } + p { + @apply text-justify; + } + /* Respect reduced motion */ @media (prefers-reduced-motion: reduce) { *, *::before, *::after { @@ -70,7 +74,7 @@ } .lead { - @apply text-lg md:text-xl text-foam-100/90 leading-relaxed; + @apply text-lg md:text-xl text-foam-100/90 leading-relaxed text-justify; } .glass {