diff --git a/src/main/resources/static/index.css b/src/main/resources/static/index.css index 36c2c98..8069723 100644 --- a/src/main/resources/static/index.css +++ b/src/main/resources/static/index.css @@ -74,6 +74,9 @@ body { padding: 20px; margin-top: 120px; padding-bottom: 110px; +main { + width: 80%; + justify-content: center; } /* Heading Styling */ diff --git a/src/main/resources/templates/speech.ftl b/src/main/resources/templates/speech.ftl index 84a7154..0fd7304 100644 --- a/src/main/resources/templates/speech.ftl +++ b/src/main/resources/templates/speech.ftl @@ -30,6 +30,7 @@
+
<#if picture??> Foto von ${s.speakerName} <#else> @@ -51,7 +52,7 @@

- +
<#include "footer.ftl"> \ No newline at end of file