cleanup margin/width/padding

This commit is contained in:
averel10
2026-03-13 14:16:59 +01:00
parent e9df095f06
commit c66835555d
8 changed files with 10 additions and 12 deletions

View File

@@ -3,7 +3,7 @@ export function Footer() {
return (
<footer className="bg-gray-800 text-gray-300 mt-12">
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8">
<div className="px-4 sm:px-6 lg:px-8 py-8">
<div className="grid grid-cols-1 md:grid-cols-3 gap-8 mb-8">
<div>
<h3 className="text-white font-semibold mb-4">Über das Projekt</h3>