Give up on floating QR codes
This commit is contained in:
parent
08bd2ca0e0
commit
3aa00c2c24
1 changed files with 2 additions and 2 deletions
|
@ -50,14 +50,14 @@ const DocumentViewer = ({ slug }: Readonly<{ slug: string }>) => {
|
||||||
return (
|
return (
|
||||||
<div className='max-w-4xl lg:max-w-6xl mx-auto'>
|
<div className='max-w-4xl lg:max-w-6xl mx-auto'>
|
||||||
<div>
|
<div>
|
||||||
<div className='float-left mr-8 mb-4 mt-4'>
|
<div className='mr-8 mb-4 mt-4 inline'>
|
||||||
<QRCode value={citation ?? `eeXiv:${generateHash(slug)}`} />
|
<QRCode value={citation ?? `eeXiv:${generateHash(slug)}`} />
|
||||||
</div>
|
</div>
|
||||||
<h1
|
<h1
|
||||||
className={`
|
className={`
|
||||||
text-slate-800 text-5xl mb-4
|
text-slate-800 text-5xl mb-4
|
||||||
${zillaSlab.className}
|
${zillaSlab.className}
|
||||||
text-wrap break-words hyphens-auto inline
|
text-wrap break-words hyphens-auto
|
||||||
`}
|
`}
|
||||||
>
|
>
|
||||||
{title}
|
{title}
|
||||||
|
|
Loading…
Reference in a new issue