diff --git a/components/landing/HeroSection.vue b/components/landing/HeroSection.vue index efa297b3b..9acb97cff 100644 --- a/components/landing/HeroSection.vue +++ b/components/landing/HeroSection.vue @@ -7,8 +7,8 @@ target="_blank" rel="noopener noreferrer" style="border-radius: 50px" - class="bg-yellow-300 border-1 border-yellow-400 text-yellow-900 py-1 px-3 xl:align-self-start font-semibold text-lg transition-colors transition-duration-300 hover:border-yellow-600" - >🎉 Introducing the Tailwind CSS Presets 🎉 Introducing the Tailwind Presets

The Next-Gen UI Suite for Vue.js

@@ -141,6 +141,12 @@ menuButton: { width: 'auto', root: 'p-2' + }, + menu: { + root: { + style: 'width: 10rem; min-width: auto', + }, + action: 'p-2' } }" /> diff --git a/doc/passthrough/UsePassThroughDoc.vue b/doc/passthrough/UsePassThroughDoc.vue index 0862b2637..88a92c574 100644 --- a/doc/passthrough/UsePassThroughDoc.vue +++ b/doc/passthrough/UsePassThroughDoc.vue @@ -1,8 +1,7 @@