fix: remove unnecessary z-index from AnniversaryBanner layout
This commit is contained in:
parent
efd349ffc7
commit
a7f569dd90
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ export function AnniversaryBanner() {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Main content - horizontal layout */}
|
{/* Main content - horizontal layout */}
|
||||||
<div className="relative z-10 mx-auto flex max-w-7xl flex-col items-center justify-between gap-6 px-6 py-6 text-primary md:flex-row md:gap-8 md:px-8 md:py-8">
|
<div className="relative mx-auto flex max-w-7xl flex-col items-center justify-between gap-6 px-6 py-6 text-primary md:flex-row md:gap-8 md:px-8 md:py-8">
|
||||||
{/* Left: Badge + Number */}
|
{/* Left: Badge + Number */}
|
||||||
<div
|
<div
|
||||||
className={`flex items-center gap-4 transition-all delay-100 duration-700 md:gap-6 ${
|
className={`flex items-center gap-4 transition-all delay-100 duration-700 md:gap-6 ${
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue