Skip to content

Commit

Permalink
improve footer spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
khakers committed Dec 4, 2022
1 parent a9944ae commit b2c08e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/jte/macros/footer.jte
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
Version: ${com.github.khakers.modmailviewer.ModmailViewer.VERSION}
</div>
<div class="col-sm-12 col-xl-5 d-inline-block justify-content-center justify-content-xl-end gap-3 text-center text-xl-end text-xl-start">
<div class="row justify-content-center justify-content-xl-end gx-2">
<div class="row justify-content-center justify-content-xl-end gx-2 g-3">
<span class="col-sm-4 col-xl-5 navbar-text pb-0 pt-0 mb-0 text-nowrap">Code Licensed under MIT</span>
<span class="col-sm-2"><a class="nav-link" href="/licenseReport.txt"><i
<span class="col-sm-auto"><a class="nav-link" href="/licenseReport.txt"><i
class="bi bi-journal-text"></i> Licenses</a></span>
<span class="col-sm-2"><a class="nav-link" href="https://github.com/khakers/modmail-viewer"><i
<span class="col-sm-auto"><a class="nav-link" href="https://github.com/khakers/modmail-viewer"><i
class="bi bi-github"></i> Github</a></span>
</div>
</div>
Expand Down

0 comments on commit b2c08e2

Please sign in to comment.