mirror of
https://github.com/zadam/trilium.git
synced 2025-12-10 04:35:54 +08:00
fix(website): alignment of footer
This commit is contained in:
parent
3cc69849db
commit
c7ed63a0e3
1 changed files with 1 additions and 1 deletions
|
|
@ -178,6 +178,6 @@
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<footer class="container bg-white mt-2 py-6 text-sm text-center text-gray-500">
|
||||
<footer class="container mx-auto bg-white mt-2 py-6 text-sm text-center text-gray-500">
|
||||
© 2024-2025 <a href="https://github.com/eliandoran" class="text-blue-500 hover:underline">Elian Doran</a> and the <a href="https://github.com/TriliumNext/Notes/graphs/contributors" class="text-blue-500 hover:underline">team</a>. <br/> © 2017-2024 <a href="https://github.com/zadam" class="text-blue-500 hover:underline">Adam Zivner</a>.
|
||||
</footer>
|
||||
Loading…
Add table
Reference in a new issue