adding tailwind css

This commit is contained in:
2026-02-04 12:04:08 +00:00
parent 6469cb4ad7
commit 9167946ecc
41 changed files with 796 additions and 368 deletions

View File

@@ -8,10 +8,10 @@ const gym = [
</script>
<template>
<div class="flex-col center-content">
<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="scroll fill">
<div class="overflow-scroll flex-1 border-box">
<OptionalLinkTable :data="gym" />
</div>
</div>