fixed padding

This commit is contained in:
s5260822 2025-03-20 01:00:46 +01:00
parent 847d55e6a3
commit 7c59a42efe
2 changed files with 5 additions and 1 deletions

View file

@ -74,6 +74,9 @@ body {
padding: 20px;
margin-top: 120px;
padding-bottom: 110px;
main {
width: 80%;
justify-content: center;
}
/* Heading Styling */

View file

@ -30,6 +30,7 @@
</h2>
<br>
<main>
<#if picture??>
<img style="max-width: 400px; height: auto;" src="data:image/jpeg;base64,${picture}" alt="Foto von ${s.speakerName}" />
<#else>
@ -51,7 +52,7 @@
</#if>
<br> <br>
</main>
</body>
<#include "footer.ftl">
</html>