fixed padding
This commit is contained in:
parent
847d55e6a3
commit
7c59a42efe
2 changed files with 5 additions and 1 deletions
|
@ -74,6 +74,9 @@ body {
|
|||
padding: 20px;
|
||||
margin-top: 120px;
|
||||
padding-bottom: 110px;
|
||||
main {
|
||||
width: 80%;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
/* Heading Styling */
|
||||
|
|
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue