From 8aae902ad295507b46101f3f3aca4d150dfcd4ee Mon Sep 17 00:00:00 2001 From: support Date: Thu, 26 Jun 2025 13:13:18 +0000 Subject: [PATCH] modified html -- google maps iframe --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index a879af8..c9924bf 100644 --- a/style.css +++ b/style.css @@ -270,6 +270,11 @@ footer { padding: 2rem 0; } +.location iframe { + display: block; + margin: 30px auto; +} + footer p { margin: 0; font-size: 0.9rem;