1
0
Fork 0
mirror of https://github.com/archtechx/laravel-tips.git synced 2025-12-12 05:14:04 +00:00

responsivity improvements

This commit is contained in:
Samuel Štancl 2021-04-07 03:16:02 +02:00
parent 55fbe38693
commit bdfe0621bc
6 changed files with 8 additions and 8 deletions

View file

@ -49,7 +49,7 @@
<div class="w-full p-3 text-center min-h-screen flex justify-between flex-col">
{{ $slot }}
<footer class="space-y-2 text-gray-700 text-sm">
<footer class="space-y-2 text-gray-700 text-sm pt-8">
<p>Found an error? Contact us at <a href="mailto:hello@laravel-code.tips" class="link">support@laravel-code.tips</a>.</p>
<p>Want to share a tip? Submit it <a href="https://github.com/stancl/laravel-tips" target="_blank" class="link">here</a>.</p>
</footer>