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 (
|
||||
<div className='max-w-4xl lg:max-w-6xl mx-auto'>
|
||||
<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)}`} />
|
||||
</div>
|
||||
<h1
|
||||
className={`
|
||||
text-slate-800 text-5xl mb-4
|
||||
${zillaSlab.className}
|
||||
text-wrap break-words hyphens-auto inline
|
||||
text-wrap break-words hyphens-auto
|
||||
`}
|
||||
>
|
||||
{title}
|
||||
|
|
Loading…
Reference in a new issue