Render client logo at specific size

This commit is contained in:
Jan Dittberner 2023-08-07 17:58:45 +02:00
parent 56ff01600f
commit a5c583f1f6

View file

@ -2,8 +2,8 @@
<main role="main" class="container">
<h1 class="h3 mb-3">{{ .Title }}</h1>
{{ if .LogoURI }}
<p>
<img src="{{ .LogoURI }}" alt="{{ .ClientName }}"/>
<p class="text-center">
<img src="{{ .LogoURI }}" alt="{{ .ClientName }}" width="240" height="240" />
</p>
{{ end }}
{{ .IntroConsentRequested }}