Skip to content

Commit

Permalink
Merge pull request #26 from OSC/logo
Browse files Browse the repository at this point in the history
Improve logo layout
  • Loading branch information
treydock authored Sep 17, 2024
2 parents 53ea1f9 + 1bb7858 commit 59d6e2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified example_overrides/osc/login/resources/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion login/template.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<body class="${properties.kcBodyClass!}">
<div class="${properties.kcLoginClass!}">
<div id="kc-header" <#if showSocial >class="${properties.kcSocialHeaderClass!}"<#else>class="${properties.kcHeaderClass}"</#if>>
<p><img src="${url.resourcesPath}/img/logo.png"></p>
<p><img src="${url.resourcesPath}/img/logo.png" style="margin: auto; display: block; height: 50%; width: 50%; object-fit: contain;"></p>
<div id="kc-header-wrapper" class="${properties.kcHeaderWrapperClass!}">
<#if mapping>
${msg("mappingLoginTitleHtml",(realm.displayNameHtml!''))?no_esc}
Expand Down

0 comments on commit 59d6e2f

Please sign in to comment.