From e03541419084a59c2213b432a7b6b0793dca061b Mon Sep 17 00:00:00 2001 From: webfarben Date: Wed, 11 Feb 2026 12:15:46 +0100 Subject: [PATCH] =?UTF-8?q?Hintergrundfarbe=20zu=20Contact-Info=20hinzugef?= =?UTF-8?q?=C3=BCgt=20und=20Map-H=C3=B6he=20angepasst?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- style.css | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index e094de3..ca70098 100644 --- a/index.html +++ b/index.html @@ -146,7 +146,7 @@

Kontakt

-
+

Andreas Guttenberger

Versicherungsfachmann (IHK)

diff --git a/style.css b/style.css index ef33eb3..d93f2e0 100644 --- a/style.css +++ b/style.css @@ -29,6 +29,13 @@ body { padding-top: 70px; } +/* Utility Classes */ +.bg-light { + background-color: var(--bg-light); + padding: 30px; + border-radius: 15px; +} + /* Navigation */ .navbar { position: fixed; @@ -446,7 +453,7 @@ body { box-shadow: var(--shadow-lg); width: 470px; max-width: 100%; - height: 470px; + height: 100%; margin-left: auto; margin-right: auto; }