margin on small screens

This commit is contained in:
2024-04-24 22:59:14 +10:00
parent 6208676207
commit 7bc62d5600

View File

@@ -18,7 +18,7 @@
</ul>
</section>
<section class="border-t border-t-gray-600 pt-8 flex justify-between text-xs items-center flex-col sm:flex-row">
<div>@includeSVG('logo.svg', 'width:10rem;margin-top:-0.2rem;color:#DDD')</div>
<div class="mb-3 sm:mb-0">@includeSVG('logo.svg', 'width:10rem;margin-top:-0.2rem;color:#DDD')</div>
<div>Made with ❤️&nbsp;© {{ date('Y') }} STEMMechanics</div>
</section>
</footer>