adjust padding for veteran owned badge for mobile

This commit is contained in:
2025-04-16 23:57:13 -08:00
parent 924cba370f
commit ab54ea3a7c

View File

@@ -1,3 +1,3 @@
<div class="absolute right-0 bottom-0">
<img class="p-8" src="/img/veteran-owned.png" alt="veteran owned business">
<img class="p-4 md:p-8" src="/img/veteran-owned.png" alt="veteran owned business">
</div>