chore: add marmite reference in the footer

This commit is contained in:
Andrea 2024-12-29 10:37:22 +01:00
parent 4e3f950241
commit 102de84d1b
Signed by: nullndr
GPG Key ID: 8DA8996EF89F33BB
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,6 @@
<footer class="footer-content grid">
<div class="notbyai">
<div>
Powered by <a href="https://github.com/rochacbruno/marmite">Marmite</a> |
<a href="https://notbyai.fyi/" target="_blank" rel="noreferrer">
<img alt="nobyai logo" src="https://user-images.githubusercontent.com/62137266/225653923-a69103f5-b318-4e52-9ea1-95b61d388366.svg"></img>
</a>

View File

@ -1,4 +1,5 @@
.notbyai {
.footer-content div {
text-align: center;
margin-bottom: var(--pico-block-spacing-vertical);
}