Render client logo at specific size
This commit is contained in:
parent
56ff01600f
commit
a5c583f1f6
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue