mirror of
https://github.com/zadam/trilium.git
synced 2025-10-19 22:58:52 +02:00
chore(website): minor adjustment to footer
This commit is contained in:
parent
aa562e9c26
commit
ef2860770f
@ -1,6 +1,6 @@
|
||||
footer {
|
||||
margin: 0;
|
||||
padding: 1em 0;
|
||||
padding: 2em 0;
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.3);
|
||||
color: var(--muted-color);
|
||||
font-size: 0.8em;
|
||||
|
@ -11,7 +11,7 @@ export default function Footer() {
|
||||
<footer>
|
||||
<div class="content-wrapper">
|
||||
<div class="footer-text">
|
||||
© 2024-2025 <Link href="https://github.com/eliandoran" openExternally>Elian Doran</Link> and the <Link href="https://github.com/TriliumNext/Notes/graphs/contributors" openExternally>team</Link>.<br />
|
||||
© 2024-2025 <Link href="https://github.com/eliandoran" openExternally>Elian Doran</Link> and the <Link href="https://github.com/TriliumNext/Trilium/graphs/contributors" openExternally>community</Link>.<br />
|
||||
© 2017-2024 <Link href="https://github.com/zadam" openExternally>zadam</Link>.
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user