updated
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user