Skip to content

Commit a3bd22a

Browse files
committed
fix: lower timer font sizes to avoid wrapping on mobile
1 parent 66add98 commit a3bd22a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const dateTimeString = computed(() => {
2323
<h1 class="text-2xl font-bold flex flex-col gap-2 text-center">Today according to the Ethiopic Calendar </h1>
2424
<p class="font-bold font-3xl" lang="am">ዛሬ ቀኑ እንደ ኢትዮጵያውያን ቀን አቆጣጠር</p>
2525
<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">
26+
<div class="flex gap-2 md:gap-4 text-2xl md:text-3xl w-full justify-center items-center">
2727
<DateText as="span" class="font-bold" />
2828
<span>:</span>
2929
<span>{{ dateTimeString }}</span>

0 commit comments

Comments
 (0)