Skip to content

Commit 29dad77

Browse files
sbryngelsonclaude
andcommitted
Fix docs nav bar: 6-column grid and remove star badge overflow
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f9b538b commit 29dad77

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,10 @@
131131
</div>
132132
</div>
133133
<div class="flex mx-auto">
134-
<div class="justify-center grid grid-cols-2 sm:grid-cols-3 lg:grid-cols-4 xl:grid-cols-5 gap-x-4 md:gap-x-8 text-md md:text-xl text-center text-white font-medium">
134+
<div class="justify-center grid grid-cols-2 sm:grid-cols-3 lg:grid-cols-6 gap-x-4 md:gap-x-8 text-md md:text-xl text-center text-white font-medium">
135135
<a class="px-4 flex flex-row items-center py-4 border-b-2 hover:border-amber-400" href="https://github.com/MFlowCode/MFC">
136136
<i class="pr-4 fa-brands fa-github"></i>
137137
<span class="flex-1">GitHub</span>
138-
<img class="h-5 ml-2" src="https://img.shields.io/github/stars/MFlowCode/MFC?style=social" alt="GitHub stars">
139138
</a>
140139
<a class="px-4 flex flex-row items-center py-4 border-b-2 hover:border-amber-400" href="https://github.com/MFlowCode/MFC/releases/latest">
141140
<i class="pr-4 fa-solid fa-download"></i>

0 commit comments

Comments
 (0)