Skip to content

Commit c8879f3

Browse files
committed
fixed text on mobile
1 parent fd117c1 commit c8879f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/components/example.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const value = ref({
1515

1616
<template>
1717
<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>
18+
<h1 class="text-5xl font-bold text-white mb-4 text-center">Under Construction 🚧</h1>
19+
<p class="text-xl text-white mb-8 text-center">More content coming soon!</p>
2020
</div>
2121
</template>

0 commit comments

Comments
 (0)