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

@@ -41,7 +41,7 @@
/* MAIN COLORS */ /* MAIN COLORS */
--primary: #55ffbb; --primary: #55ffbb;
--secondary: #62ff57; --secondary: #62ff57;
--tertiary: #2ea; --tertiary: #57d2ff;
--quaternary: #400; --quaternary: #400;
/* BACKGROUND COLORS */ /* BACKGROUND COLORS */

View File

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