Skip to content

Commit 4787244

Browse files
authored
Footer now wraps on mobile instead of overflowing (#110)
1 parent 61ff99e commit 4787244

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ <h3 class="text-lg font-bold text-white mb-4 flex items-center gap-2">
327327
<div class="text-dark-muted text-sm">
328328
&copy; 2026 MiddleDrag. Open Source under MIT License.
329329
</div>
330-
<div class="flex gap-6 items-center">
330+
<div class="flex flex-wrap gap-6 items-center justify-center">
331331
<a href="https://www.saashub.com/middledrag?utm_source=badge&utm_campaign=badge&utm_content=middledrag&badge_variant=color&badge_kind=approved" target="_blank"><img src="https://cdn-b.saashub.com/img/badges/approved-color.png?v=1" alt="MiddleDrag badge" style="max-width: 150px;"/></a>
332332
<a href="https://github.com/NullPointerDepressiveDisorder/MiddleDrag"
333333
class="text-dark-muted hover:text-brand-purple transition-colors">GitHub</a>

0 commit comments

Comments
 (0)