design tweaks

This commit is contained in:
2025-02-03 22:33:22 -05:00
parent 46202f3337
commit 74797c161b
10 changed files with 81 additions and 40 deletions
+10 -1
View File
@@ -1,4 +1,5 @@
---
import RssIcon from '../styles/svg/rss.svg';
const year = new Date().getFullYear();
---
@@ -11,6 +12,14 @@ const year = new Date().getFullYear();
</p>
<p>
<a href="/rss.xml"> Subscribe with RSS</a>
<a href="/rss.xml"
><RssIcon class="rss-icon" size={20} /> Subscribe with RSS</a
>
</p>
</footer>
<style>
.rss-icon {
transform: translateY(0.18rem);
}
</style>