Button width changes

For buttons that are next to each other
This commit is contained in:
Jose Olarte III
2024-03-26 19:55:16 +08:00
parent 21fe5a0279
commit 5388e6052c
12 changed files with 174 additions and 152 deletions

View File

@@ -160,7 +160,7 @@
</router-link>
<button
@click="openGiftedPrompts()"
class="block text-center text-md font-bold bg-gradient-to-b from-slate-400 to-slate-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] text-white px-2 py-3 rounded-md"
class="block text-center text-md uppercase bg-gradient-to-b from-slate-400 to-slate-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] text-white px-4 py-2 rounded-md"
>
Ideas...
</button>