more tailwind
This commit is contained in:
@@ -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 */
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user