style: Added some margins around the footer
This commit is contained in:
@@ -159,9 +159,9 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<footer class="mt-16 py-6 border-t border-gray-800 text-center text-gray-500 text-sm">
|
<footer class="mt-16 py-6 border-t border-gray-800 text-center text-gray-500 text-sm">
|
||||||
<span>JDB-NET © {{ now.year }}</span>
|
<span class="mr-1">JDB-NET © {{ now.year }}</span>
|
||||||
·
|
·
|
||||||
<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>
|
||||||
·
|
·
|
||||||
<a href="mailto:jamie@jdbnet.co.uk?subject=EchoLog" class="text-gray-500 hover:text-pink-400 hover:underline ml-1">Support</a>
|
<a href="mailto:jamie@jdbnet.co.uk?subject=EchoLog" class="text-gray-500 hover:text-pink-400 hover:underline ml-1">Support</a>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
Reference in New Issue
Block a user