adjusted footer padding

This commit is contained in:
2025-03-16 00:42:53 +01:00
parent 2f19be09de
commit 4af3ba628c
+1 -1
View File
@@ -1,5 +1,5 @@
<section> <section>
<div class="container mx-auto"> <div class="container mx-auto pt-4 pb-12">
<p class="text-center text-sm text-gray-500 dark:text-gray-400"></p> <p class="text-center text-sm text-gray-500 dark:text-gray-400"></p>
&copy; {{ now()->year }} {{ config('app.name') }}. All rights reserved. &copy; {{ now()->year }} {{ config('app.name') }}. All rights reserved.
</p> </p>