From 919a917f381e250827931d03f1cc1986e9720a8d Mon Sep 17 00:00:00 2001 From: michivonah Date: Sun, 27 Aug 2023 12:21:30 +0200 Subject: [PATCH] change footer --- index.html | 3 ++- style.css | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 99ba780..1ad2bde 100644 --- a/index.html +++ b/index.html @@ -332,7 +332,8 @@

- Imprint & Copyright + Legal + Copyright diff --git a/style.css b/style.css index b55299e..f0f292c 100644 --- a/style.css +++ b/style.css @@ -777,6 +777,10 @@ body{ padding-bottom: 30px; } + #imprint{ + display: none; + } + #footerContent{ width: calc(100% - 30px); height: auto;