chore: remove text-balance from subtitle

This commit is contained in:
radishzzz 2025-03-29 22:16:43 +00:00
parent c0e41b3b57
commit 9cfd0cb049

View file

@ -61,7 +61,7 @@ const SubtitleTag = isPost ? 'div' : 'h2'
class:list={[
isPost
? `opacity-0 lg:opacity-100`
: 'w-75% text-balance lg:w-full',
: 'w-75% lg:w-full',
'c-secondary font-navbar text-3.5 lg:text-4',
]}
aria-hidden={isPost}