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

@@ -27,7 +27,7 @@ export const AgbHistoryBlock: React.FC<{ title: string }> = async ({ title }) =>
}
return (
<div className="mt-12 p-8 md:p-12 bg-neutral-light rounded-3xl shadow-sm border border-neutral-medium">
<div className="my-16 p-8 md:p-12 bg-neutral-light rounded-3xl shadow-sm border border-neutral-medium">
<Heading level={3} className="mb-8 text-saturated">
{title || 'Vorherige Versionen'}
</Heading>

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 ${