fix styling
This commit is contained in:
parent
6fc7c3d8b7
commit
453fe177b9
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue