From 8559acc091146a3317e934db851005f42b29dcb0 Mon Sep 17 00:00:00 2001 From: cgasser Date: Fri, 22 May 2026 11:52:02 +0200 Subject: [PATCH] Double map height to 640px Co-Authored-By: Claude Sonnet 4.6 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 135e90f..20112a2 100644 --- a/index.html +++ b/index.html @@ -511,7 +511,7 @@ } .contact-map-box iframe { width: 100%; - height: 320px; + height: 640px; border: none; filter: grayscale(80%) contrast(1.05); transition: filter 0.4s ease;