We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd117c1 commit c8879f3Copy full SHA for c8879f3
src/components/example.vue
@@ -15,7 +15,7 @@ const value = ref({
15
16
<template>
17
<div class="flex flex-col items-center justify-center min-h-screen bg-gradient-to-br from-blue-500 to-purple-600">
18
- <h1 class="text-5xl font-bold text-white mb-4">Under Construction 🚧</h1>
19
- <p class="text-xl text-white mb-8">More content coming soon!</p>
+ <h1 class="text-5xl font-bold text-white mb-4 text-center">Under Construction 🚧</h1>
+ <p class="text-xl text-white mb-8 text-center">More content coming soon!</p>
20
</div>
21
</template>
0 commit comments