fix bug design
This commit is contained in:
@@ -54,7 +54,8 @@ const About: NextPage = () => {
|
||||
|
||||
<div className='mt-[300px] bg-white rounded-4xl p-10 xl:h-[500px]'>
|
||||
<div className='max-w-maxWidth mx-auto'>
|
||||
<video controls className='w-full xl:-mt-[300px] -mt-[100px] rounded-4xl max-h-[500px]'>
|
||||
<video controls className='w-full object-cover xl:-mt-[300px] -mt-[100px] rounded-4xl max-h-[500px]'>
|
||||
<source src='/hp-s3-360p.mp4' type='video/mp4' />
|
||||
</video>
|
||||
|
||||
<div className='flex xl:flex-row flex-col gap-24 mt-20'>
|
||||
|
||||
Reference in New Issue
Block a user