We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b7cbf4 commit aa1391eCopy full SHA for aa1391e
1 file changed
src/components/layouts/Footer.astro
@@ -1,7 +1,16 @@
1
-<footer class="border-t border(--color-surface-stroke)">
2
- <div class="mx-auto max-w-7xl px-6 py-4">
+<footer class="mt-16 border-t border-(--color-surface-stroke)">
+ <div class="mx-auto max-w-4xl px-6 py-6 flex items-center justify-between">
3
<p class="text-xs text-(--color-text-muted)">
4
- orbit-ui · Design system CSS-first con Astro
+ orbit-ui · Design system CSS-first
5
</p>
6
+
7
+ <a
8
+ href="https://github.com/HC-ONLINE/ORBIT-UI"
9
+ target="_blank"
10
+ rel="noopener noreferrer"
11
+ class="text-xs text-(--color-text-muted) hover:text-(--color-text-primary)"
12
+ >
13
+ GitHub
14
+ </a>
15
</div>
16
</footer>
0 commit comments