css und aussehen verändert

This commit is contained in:
xoy 2023-01-29 20:45:44 +01:00
parent c5a02cc721
commit dde6ac8ff2
3 changed files with 6 additions and 2 deletions

View File

@ -152,7 +152,7 @@ func getFooterPages() [][]string {
output := [][]string{} output := [][]string{}
output = append(output, []string{"impressum", "/impressum"}) output = append(output, []string{"impressum", "/impressum"})
output = append(output, []string{"datenschutzerklärung", "/datenschutz"}) output = append(output, []string{"datenschutz", "/datenschutz"})
return output return output
} }

View File

@ -1,6 +1,6 @@
div.eventList { div.eventList {
display: flex; display: flex;
justify-content: space-around; justify-content: space-between;
width: 100%; width: 100%;
padding: 10px 0 10px 0; padding: 10px 0 10px 0;
flex-wrap: wrap; flex-wrap: wrap;

View File

@ -5,6 +5,10 @@
} }
* {
word-wrap: break-word;
}
html, body { html, body {
padding: 0; padding: 0;
margin: 0; margin: 0;