diff --git a/style.css b/style.css index d5a3981..cc1fcd2 100644 --- a/style.css +++ b/style.css @@ -99,8 +99,10 @@ body { } .footer { + display: flex; + align-items: center; /* Zentriert Elemente vertikal */ + justify-content: center; /* Hier wird die horizontale Zentrierung eingestellt */ margin: 20px 0; - text-align: center; /* Zentriert den gesamten Inhalt */ font-size: 12px; color: #999 }