This commit is contained in:
2026-01-20 22:49:20 +00:00
parent c25e9263fd
commit 586753c05a
2 changed files with 67 additions and 62 deletions

View File

@@ -11,7 +11,9 @@ const gym = [
<div class="flex-col center-content">
<h2>Gym</h2>
<p>I'm not a gym geek but I have a consistent routine:</p>
<OptionalLinkTable class="scroll" :data="gym" />
<div class="scroll fill">
<OptionalLinkTable :data="gym" />
</div>
</div>
</template>