feat: update layout for printable announcement card to improve responsiveness
This commit is contained in:
parent
e68e8a7003
commit
1e06fd5584
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ export function SchedaAnnuncioStampabile({ data }: { data: Annunci }) {
|
||||||
return (
|
return (
|
||||||
<div className="mx-auto max-w-4xl">
|
<div className="mx-auto max-w-4xl">
|
||||||
<div className="space-y-6">
|
<div className="space-y-6">
|
||||||
<div className="flex items-center justify-between">
|
<div className="flex flex-wrap items-center justify-between gap-4">
|
||||||
<h1 className="font-bold text-2xl">Scheda Annuncio Stampabile</h1>
|
<h1 className="font-bold text-2xl">Scheda Annuncio Stampabile</h1>
|
||||||
<div className="flex gap-2">
|
<div className="flex gap-2">
|
||||||
<Button onClick={() => generatePdf()}>Scarica Scheda</Button>
|
<Button onClick={() => generatePdf()}>Scarica Scheda</Button>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue