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">
|
<main role="main" class="container">
|
||||||
<h1 class="h3 mb-3">{{ .Title }}</h1>
|
<h1 class="h3 mb-3">{{ .Title }}</h1>
|
||||||
{{ if .LogoURI }}
|
{{ if .LogoURI }}
|
||||||
<p>
|
<p class="text-center">
|
||||||
<img src="{{ .LogoURI }}" alt="{{ .ClientName }}"/>
|
<img src="{{ .LogoURI }}" alt="{{ .ClientName }}" width="240" height="240" />
|
||||||
</p>
|
</p>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ .IntroConsentRequested }}
|
{{ .IntroConsentRequested }}
|
||||||
|
|
Loading…
Reference in a new issue