more tailwind

This commit is contained in:
2026-02-04 13:32:43 +00:00
parent 57a7f5e545
commit 7f94f174c3
3 changed files with 32 additions and 13 deletions

View File

@@ -10,8 +10,8 @@ const gym = [
<template>
<div class="flex flex-col items-center">
<h2>Gym</h2>
<p>I'm not a gym geek but I have a consistent routine:</p>
<div class="overflow-scroll flex-1 border-box">
<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" />
</div>
</div>