css und aussehen verändert
This commit is contained in:
parent
82a8f31abb
commit
c6f073c8bc
2
main.go
2
main.go
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -5,6 +5,10 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
* {
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Loading…
Reference in New Issue