Render client logo at specific size

main
Jan Dittberner 9 months ago
parent 56ff01600f
commit a5c583f1f6

@ -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 }}

Loading…
Cancel
Save