@@ -11,8 +11,8 @@ defineProps<{
1111<template >
1212 <div class =" pb-32" v-if =" product" >
1313 <Flex col class =" mx-auto max-w-6xl text-left lg:text-left gap-10 mt-28 sm:mt-32 relative md:px-4 lg:flex-row" >
14- <Flex col items-center class =" lg:items-start gap-12 flex-1" >
15- <Text size =" 2xl " class =" text-balance md :text-3xl text-center md:text-left" >{{ product.description }}</Text >
14+ <Flex col items-center class =" lg:items-start gap-8 lg:gap- 12 flex-1" >
15+ <Text size =" lg " class =" text-balance lg :text-3xl text-center md:text-left" >{{ product.description }}</Text >
1616
1717 <div >
1818 <NuxtImg :src =" product.logo" class =" w-96" />
@@ -35,7 +35,7 @@ defineProps<{
3535 <Flex class =" relative flex-1" >
3636 <NuxtImg :src =" product.meta.birdImage" :class =" birdClasses" />
3737 <NuxtImg :src =" product.meta.planetImage" :class =" planetClasses" />
38- <NuxtImg src =" /img/rock-md.svg" class =" absolute w-[144px] lg:-top-1 left-0 transition-all duration-500 ease-in-out floating-rock-1" />
38+ <NuxtImg src =" /img/rock-md.svg" class =" absolute w-[144px] opacity-0 md:opacity-100 md:block top-50 left-72 lg:-top-1 lg: left-0 transition-all duration-500 ease-in-out floating-rock-1" />
3939 <NuxtImg src =" /img/rock-lg.svg" class =" absolute w-[386px] -bottom-24 -right-28 transition-all duration-500 ease-in-out floating-rock-2 hidden lg:block" />
4040 </Flex >
4141
@@ -60,10 +60,10 @@ defineProps<{
6060 transform : translate (0 , 0 ) rotate (0deg );
6161 }
6262 33% {
63- transform : translate (10 px , -15px ) rotate (14 deg );
63+ transform : translate (20 px , -15px ) rotate (24 deg );
6464 }
65- 66 % {
66- transform : translate (-8 px , 5 px ) rotate (-0.5 deg );
65+ 76 % {
66+ transform : translate (-28 px , 15 px ) rotate (54 deg );
6767 }
6868}
6969
@@ -134,7 +134,7 @@ defineProps<{
134134 transform : rotate (0deg );
135135 }
136136 50% {
137- transform : rotate (-22 deg );
137+ transform : rotate (-32 deg );
138138 }
139139}
140140
0 commit comments