Skip to content

Commit 5ebc444

Browse files
committed
fix(pages about): adjust section display mode
1 parent 383acd5 commit 5ebc444

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/app/(user-scope)/sobre/sections/stack

src/app/(user-scope)/sobre/sections/stack/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ const Stack = () => {
176176

177177
return (
178178
<ReactLenis root>
179-
<section className="mb-[-45vh] hidden w-full bg-white lg:flex">
179+
<section className="mb-[-45vh] hidden w-full bg-white lg:block">
180180
<div
181181
className="relative box-border flex h-[210vh] items-center justify-center gap-[2vw] overflow-hidden bg-[#f5f4f3] p-[2vw]"
182182
ref={targetRef}

0 commit comments

Comments
 (0)