From a0615d10e27bba3ab2dd902ee1a9cfeefd98cdea Mon Sep 17 00:00:00 2001 From: Claw Date: Tue, 19 May 2026 13:58:11 +0000 Subject: [PATCH] =?UTF-8?q?fix(css):=20kebab-case=20keyframe=20name=20and?= =?UTF-8?q?=20empty=20line=20before=20rule=20fix(php):=20duplicate=20id=20?= =?UTF-8?q?'form-result'=20=E2=86=92=20'form-errors'=20for=20error=20conta?= =?UTF-8?q?iner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/haus-schleusingen.css | 5 +++-- index.php | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/css/haus-schleusingen.css b/css/haus-schleusingen.css index ccb748d..a4bab37 100644 --- a/css/haus-schleusingen.css +++ b/css/haus-schleusingen.css @@ -1216,7 +1216,7 @@ footer { gap: 0; z-index: 95; border-bottom: 1px solid var(--warm); - animation: slideDown 0.3s ease; + animation: slide-down 0.3s ease; } nav.mobile-open .nav-links a { @@ -1239,11 +1239,12 @@ footer { background: transparent; } - @keyframes slideDown { + @keyframes slide-down { from { opacity: 0; transform: translateY(-10px); } + to { opacity: 1; transform: translateY(0); diff --git a/index.php b/index.php index 816e158..c3539df 100644 --- a/index.php +++ b/index.php @@ -737,7 +737,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') { -
+