Increase leadspeicher padding to 72px

This commit is contained in:
Timo Uttenweiler
2026-03-27 17:05:34 +01:00
parent b2a963a901
commit 8c00d4ea6f

View File

@@ -458,7 +458,7 @@ export default function LeadVaultPage() {
const allSelected = leads.length > 0 && leads.every(l => selected.has(l.id));
return (
<div className="space-y-5 max-w-full px-6 py-6">
<div className="space-y-5 max-w-full px-[72px] py-[72px]">
{/* Header */}
<div className="relative rounded-2xl bg-gradient-to-r from-purple-600/10 to-blue-600/10 border border-[#1e1e2e] p-6 overflow-hidden">
<div className="absolute inset-0 bg-gradient-to-br from-purple-500/5 to-transparent" />