style: Added some margins around the footer

This commit is contained in:
2025-07-14 17:46:04 +00:00
parent 024ea2489b
commit 2384edd8a5
+2 -2
View File
@@ -159,9 +159,9 @@
</div>
<footer class="mt-16 py-6 border-t border-gray-800 text-center text-gray-500 text-sm">
<span>JDB-NET &copy; {{ now.year }}</span>
<span class="mr-1">JDB-NET &copy; {{ now.year }}</span>
&middot;
<a href="https://echolog.jdbnet.co.uk" target="_blank" rel="noopener" class="text-gray-500 hover:text-pink-400 hover:underline ml-1">Docs</a>
<a href="https://echolog.jdbnet.co.uk" target="_blank" rel="noopener" class="text-gray-500 hover:text-pink-400 hover:underline mx-1">Docs</a>
&middot;
<a href="mailto:jamie@jdbnet.co.uk?subject=EchoLog" class="text-gray-500 hover:text-pink-400 hover:underline ml-1">Support</a>
</footer>