This commit is contained in:
2026-06-12 10:29:05 +02:00
parent cf371e48ef
commit 6bab5c9173
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ export const PDFDownloadBlock: React.FC<{ label: string; style: string }> = ({ l
const href = `/api/pages/${slug}/pdf`;
return (
<div className="mt-8">
<div className="my-8">
<a
href={href}
className={`inline-flex items-center px-8 py-3.5 font-bold rounded-full transition-all duration-300 shadow-lg hover:shadow-xl group ${