more tailwind
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
/* MAIN COLORS */
|
||||
--primary: #55ffbb;
|
||||
--secondary: #62ff57;
|
||||
--tertiary: #2ea;
|
||||
--tertiary: #57d2ff;
|
||||
--quaternary: #400;
|
||||
|
||||
/* BACKGROUND COLORS */
|
||||
|
||||
@@ -12,7 +12,7 @@ const gym = [
|
||||
<h2>Gym</h2>
|
||||
<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" />
|
||||
<OptionalLinkTable class="w-full" :data="gym" />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user