diff --git a/src/main/resources/static/index.css b/src/main/resources/static/index.css index 84f99c5..b8f334e 100644 --- a/src/main/resources/static/index.css +++ b/src/main/resources/static/index.css @@ -288,3 +288,10 @@ select { transform: scale(0.9); z-index: 1; } + +.member-photo { + max-width: 400px; + height: auto; + margin-bottom: 20px; + border-radius: 10px; +} diff --git a/src/main/resources/templates/parlamentarierDetails.ftl b/src/main/resources/templates/parlamentarierDetails.ftl index d0224f5..9bd8a6a 100644 --- a/src/main/resources/templates/parlamentarierDetails.ftl +++ b/src/main/resources/templates/parlamentarierDetails.ftl @@ -19,7 +19,7 @@
<#if pic??> - Foto von ${p.vorname}  ${p.nachname} (${p.partei}) + Foto von ${p.vorname}  ${p.nachname} (${p.partei}) <#else>

(kein Foto verfügbar)

diff --git a/src/main/resources/templates/speech.ftl b/src/main/resources/templates/speech.ftl index fb17b71..8be35be 100644 --- a/src/main/resources/templates/speech.ftl +++ b/src/main/resources/templates/speech.ftl @@ -40,7 +40,7 @@
<#if picture??>
- Foto von ${s.speakerName} + Foto von ${s.speakerName}
<#else>

(kein Foto verfügbar)