feat(astro): finish header and footer styling

This commit is contained in:
Stefan Imhoff
2023-02-25 20:29:17 +01:00
parent cda2f1adf8
commit f7d2471bb9
18 changed files with 170 additions and 35 deletions

View File

@@ -0,0 +1,15 @@
---
import { Sprite } from 'astro-icon';
import Subsubheadline from './Subsubheadline.svelte';
---
<div class="grow mbe-5 sm:mbe-0">
<Subsubheadline>Stay up to date.</Subsubheadline>
<p>
<a href="/rss.xml" rel="nofollow noopener noreferrer external" target="_blank">
<Sprite name="ri:rss-fill" class="h-icon w-icon inline" />
Subscribe via RSS
</a>
</p>
</div>