From 7c59a42efe42b5b9a1f5f9976e61ecc94d8978bf Mon Sep 17 00:00:00 2001 From: s5260822 Date: Thu, 20 Mar 2025 01:00:46 +0100 Subject: [PATCH] fixed padding --- src/main/resources/static/index.css | 3 +++ src/main/resources/templates/speech.ftl | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) 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