fix styling

This commit is contained in:
Youwen Wu 2024-02-15 12:04:32 -08:00
parent 6fc7c3d8b7
commit 453fe177b9

View file

@ -213,7 +213,7 @@ export default function AuthorDisplay({
<Bio /> <Bio />
{authorsDocuments.length > 0 && ( {authorsDocuments.length > 0 && (
<> <>
<hr className='mx-auto w-full h-1 border-0 bg-slate-200 my-2 rounded-md' /> <hr className='mx-auto w-full h-1 border-0 bg-slate-200 my-2 rounded-md mt-8' />
<h1 className='text-3xl md:my-6 my-4 font-serif'> <h1 className='text-3xl md:my-6 my-4 font-serif'>
Published documents {`(${authorsDocuments.length})`} Published documents {`(${authorsDocuments.length})`}
</h1> </h1>