We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66add98 commit a3bd22aCopy full SHA for a3bd22a
1 file changed
app/pages/index.vue
@@ -23,7 +23,7 @@ const dateTimeString = computed(() => {
23
<h1 class="text-2xl font-bold flex flex-col gap-2 text-center">Today according to the Ethiopic Calendar </h1>
24
<p class="font-bold font-3xl" lang="am">ዛሬ ቀኑ እንደ ኢትዮጵያውያን ቀን አቆጣጠር</p>
25
<hr class="w-1/2 md:w-1/3 lg:w-1/4 border-t-2 border-gray-300">
26
- <div class="flex gap-4 text-4xl w-full justify-center items-center">
+ <div class="flex gap-2 md:gap-4 text-2xl md:text-3xl w-full justify-center items-center">
27
<DateText as="span" class="font-bold" />
28
<span>:</span>
29
<span>{{ dateTimeString }}</span>
0 commit comments