Skip to content

Commit

Permalink
Add a margin and border to the footer (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
stianst authored Oct 24, 2023
1 parent 2961e7a commit 27947ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/template.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@

<#nested>

<div class="container">
<footer class="py-3 my-4">
<div class="container mt-5">
<footer class="py-3 my-4 border-top">
<p class="text-center text-muted">Keycloak is a Cloud Native Computing Foundation incubation project</p>
<div class="text-center">
<img alt="Cloud Native Computing Foundation" src="${links.getResource('images/cncf_logo.png')}"/>
Expand Down

0 comments on commit 27947ed

Please sign in to comment.