mirror of
https://github.com/lukin/keywind.git
synced 2025-01-10 18:06:23 +00:00
increase bottom margin on oauth logo
This commit is contained in:
parent
1af2b22ada
commit
040a0ce77e
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue