more tailwind

This commit is contained in:
2026-02-04 13:35:11 +00:00
parent 7f94f174c3
commit 941715b6a1
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ const gym = [
<h2>Gym</h2>
<p class="m-3">I'm not a gym geek but I always do:</p>
<div class="overflow-scroll w-full flex-1 border-box">
<OptionalLinkTable :data="gym" />
<OptionalLinkTable class="w-full" :data="gym" />
</div>
</div>
</template>