increase bottom margin on oauth logo

This commit is contained in:
Constantin Wildförster 2022-11-18 14:15:36 +01:00
parent 1af2b22ada
commit 040a0ce77e
No known key found for this signature in database
GPG key ID: 5DDDBFF28CC85AFB

View file

@ -5,7 +5,7 @@
<@layout.registrationLayout; section>
<#if section="header">
<#if client.attributes.logoUri??>
<img class="mb-2 mx-auto" src="${client.attributes.logoUri}"/>
<img class="mb-4 mx-auto" src="${client.attributes.logoUri}"/>
</#if>
<p>
<#if client.name?has_content>