This commit is contained in:
2025-11-04 09:43:03 +08:00
parent 6c7384e8b4
commit 21cc9905b7
7 changed files with 34 additions and 14 deletions

View File

@@ -146,6 +146,7 @@ function Wraning() {
<MotionStack
position="absolute"
left="50%"
w = {'100%'}
top={{ base: '55vw', sm: '60vw', md: '35vw', lg: '23vw', xl: '20vw' }}
alignItems={'center'}
gap={'1px'}
@@ -156,7 +157,7 @@ function Wraning() {
>
<MotionText
className="font-melle font-xbold"
fontSize={{ base: '15vw', sm: '15vw', md: '6vw', lg: '5vw', xl: '3.5vw' }}
fontSize={{ base: '15vw', sm: '13vw', md: '6vw', lg: '5vw', xl: '3.5vw' }}
color={"#FED407"}
initial={{ opacity: 0, scale: 0.8 }}
whileInView={{ opacity: 1, scale: 1 }}