Skip to content

Commit 3f75ba8

Browse files
committed
fix: improvements for mobile in 100Nossão
1 parent 295a9a8 commit 3f75ba8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

app/100nossao/page.tsx

Lines changed: 4 additions & 4 deletions
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-7xl 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-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'}`}>
2525
100NOSSÃO
2626
</h1>
2727
</div>
@@ -38,19 +38,19 @@ export default function CemNossao() {
3838
</div>
3939

4040
<div className="order-1 md:order-2 space-y-8 px-2">
41-
<h2 className={`${blackOpsOne.className} text-5xl md:text-6xl text-white`}>
41+
<h2 className={`${blackOpsOne.className} text-6xl text-center md:text-left text-white`}>
4242
O MAIOR <span className="text-red-600">SOM AUTOMOTIVO UNIVERSITÁRIO</span> DO BRASIL
4343
</h2>
4444

4545
<div className="flex flex-col items-center md:items-start space-y-6 text-neutral-300 font-light text-lg leading-relaxed">
4646
<p>
4747
Um sistema de som de alta potência acoplado numa estrutura de transporte personalizada (originalmente, um carrinho de supermercado).
48-
Há mais de 20 anos, o 100NOSSÃO é um ícone da cultura universitária da UNICAMP, sendo presença garantida nos eventos da AAACEC e nas melhores festas de Barão Geraldo.
48+
Há mais de 20 anos, o 100Nossão é um ícone da cultura universitária da UNICAMP, sendo presença garantida nos eventos da AAACEC e nas melhores festas de Barão Geraldo.
4949
</p>
5050

5151
<Link href="https://ig.me/m/100nossao4x4">
5252
<button className="bg-red-600 text-black font-bold py-3 px-6 rounded-lg transition-colors duration-300 nowrap cursor-pointer">
53-
Quero alugar o 100NOSSÃO
53+
Quero alugar o 100Nossão
5454
</button>
5555
</Link>
5656
</div>

0 commit comments

Comments
 (0)