Remove lowercase, bold, tight tracking
This commit is contained in:
parent
bc81091243
commit
83a75def06
|
@ -5,7 +5,7 @@ export function Title(props: { text: string; className?: string }) {
|
|||
return (
|
||||
<h1
|
||||
className={clsx(
|
||||
'text-3xl font-major-mono tracking-tight lowercase text-indigo-700 font-bold inline-block mt-6 mb-4',
|
||||
'text-3xl font-major-mono text-indigo-700 inline-block mt-6 mb-4',
|
||||
className
|
||||
)}
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue
Block a user