Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit 820f90b

Browse files
style: improve mobile spacing for animated numbers
1 parent 4ef6895 commit 820f90b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/work/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
v-for="({duration, to, prefix, precision}, i) in $options.numbers"
2929
:key="i"
3030
v-observe-visibility="{ callback: !i ? handleVisibility : () => {}, once: true }"
31-
class="my-6 md:my-8 lg:my-0 mx-4 text-xl text-center w-1/3"
31+
class="my-6 md:my-8 lg:my-0 mx-4 text-xl text-center md:w-1/3"
3232
>
3333
<AnimatedNumber
3434
:duration="duration"

0 commit comments

Comments
 (0)