Skip to content

Commit 12b6d36

Browse files
Azir-11honghuangdc
authored andcommitted
optimize(styles): optimize the responsive design of the homepage logo.
1 parent 5fbc939 commit 12b6d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function getDelay(index: number) {
5959
:initial="{ opacity: 0, scale: 0.5 }"
6060
:animate="{ opacity: 1, scale: 1 }"
6161
:transition="{ duration: 0.8, ease: 'easeOut' }"
62-
class="my-4 inline-block relative z-20"
62+
class="lg:!mt-4 mt-28 mb-4 inline-block relative z-20"
6363
>
6464
<Motion :animate="{ y: [0, -20, 0] }" :transition="{ duration: 2, repeat: Infinity, ease: 'easeInOut' }">
6565
<div class="group relative">

0 commit comments

Comments
 (0)