Starter 两个组件z-index调整

This commit is contained in:
tangly1024.com
2024-11-13 11:11:48 +08:00
parent eed08777d1
commit cc44d4a8a3
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ export const FAQ = () => {
return (
<>
{/* <!-- ====== FAQ Section Start --> */}
<section className='relative z-20 overflow-hidden bg-white pb-8 pt-20 dark:bg-dark lg:pb-[50px] lg:pt-[120px]'>
<section className='relative overflow-hidden bg-white pb-8 pt-20 dark:bg-dark lg:pb-[50px] lg:pt-[120px]'>
<div className='container mx-auto'>
<div className='-mx-4 flex flex-wrap'>
<div className='w-full px-4'>

View File

@@ -10,7 +10,7 @@ export const Pricing = () => {
{/* <!-- ====== Pricing Section Start --> */}
<section
id='pricing'
className='relative z-20 overflow-hidden bg-white pb-12 pt-20 dark:bg-dark lg:pb-[90px] lg:pt-[120px]'>
className='relative overflow-hidden bg-white pb-12 pt-20 dark:bg-dark lg:pb-[90px] lg:pt-[120px]'>
<div className='container mx-auto'>
<div className='-mx-4 flex flex-wrap'>
<div className='w-full px-4'>