From dde6ac8ff2e6a5e4e042416e2f2c914c17152868 Mon Sep 17 00:00:00 2001 From: xoy Date: Sun, 29 Jan 2023 20:45:44 +0100 Subject: [PATCH] =?UTF-8?q?css=20und=20aussehen=20ver=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 2 +- web/styles/events.css | 2 +- web/styles/main.css | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 0adbea0..ef1bf9f 100644 --- a/main.go +++ b/main.go @@ -152,7 +152,7 @@ func getFooterPages() [][]string { output := [][]string{} output = append(output, []string{"impressum", "/impressum"}) - output = append(output, []string{"datenschutzerklärung", "/datenschutz"}) + output = append(output, []string{"datenschutz", "/datenschutz"}) return output } diff --git a/web/styles/events.css b/web/styles/events.css index 05cc1bb..b21f143 100644 --- a/web/styles/events.css +++ b/web/styles/events.css @@ -1,6 +1,6 @@ div.eventList { display: flex; - justify-content: space-around; + justify-content: space-between; width: 100%; padding: 10px 0 10px 0; flex-wrap: wrap; diff --git a/web/styles/main.css b/web/styles/main.css index 590d9c5..9915b8c 100644 --- a/web/styles/main.css +++ b/web/styles/main.css @@ -5,6 +5,10 @@ } +* { + word-wrap: break-word; +} + html, body { padding: 0; margin: 0;