mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-15 19:22:52 +02:00
chore: remove text-balance from subtitle
This commit is contained in:
parent
c0e41b3b57
commit
9cfd0cb049
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue