Skip to content

Commit d2ff36a

Browse files
committed
fix: responsiveness in 100Nossão page title
1 parent 541c747 commit d2ff36a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/100nossao/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default function CemNossao() {
2121
<div className="h-screen border-b-4 border-dashed border-zinc-700 flex flex-col justify-center items-center">
2222

2323
<div className={`flex flex-col items-center justify-center text-center`}>
24-
<h1 className={`${blackOpsOne.className} text-6xl sm:text-8xl md:text-9xl lg:text-[180px] xl:text-[200px] text-transparent bg-clip-text bg-gradient-to-b from-neutral-100 to-neutral-600 transition-opacity duration-1500 delay-300 ease-in-out transform ${loaded ? 'opacity-100' : 'opacity-0'}`}>
24+
<h1 className={`${blackOpsOne.className} text-5xl sm:text-8xl md:text-9xl lg:text-[180px] xl:text-[200px] text-transparent bg-clip-text bg-gradient-to-b from-neutral-100 to-neutral-600 transition-opacity duration-1500 delay-300 ease-in-out transform ${loaded ? 'opacity-100' : 'opacity-0'}`}>
2525
100NOSSÃO
2626
</h1>
2727
</div>

0 commit comments

Comments
 (0)