From 1f0559f5440fbf8bf4aae4c3de2b15943189a6a0 Mon Sep 17 00:00:00 2001
From: armando
Date: Wed, 16 Sep 2026 05:26:31 -0300
Subject: [PATCH] Center the landing hero copy in the middle of the screen.
Co-authored-by: Cursor
---
web/src/app/globals.css | 8 +++++---
web/src/components/landing/sinka-landing.tsx | 2 +-
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/web/src/app/globals.css b/web/src/app/globals.css
index 2d38b7d..2ade2c3 100644
--- a/web/src/app/globals.css
+++ b/web/src/app/globals.css
@@ -126,9 +126,11 @@ h3,
min-height: 100vh;
min-height: 100dvh;
flex-direction: column;
+ align-items: center;
justify-content: center;
- padding: 6.5rem 1.5rem 5rem;
- background: radial-gradient(ellipse at 28% 42%, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.38) 52%, rgba(0, 0, 0, 0.16) 80%);
+ text-align: center;
+ padding: 5.5rem 1.5rem;
+ background: radial-gradient(ellipse at 50% 50%, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.16) 82%);
opacity: calc(1 - min(1, var(--scrub, 0) * 2.6));
}
@@ -138,7 +140,7 @@ h3,
@media (min-width: 768px) {
.hero-copy {
- padding: 7rem 4rem 5.5rem;
+ padding: 5.5rem 4rem;
}
}
diff --git a/web/src/components/landing/sinka-landing.tsx b/web/src/components/landing/sinka-landing.tsx
index 25e8a20..6e99cc8 100644
--- a/web/src/components/landing/sinka-landing.tsx
+++ b/web/src/components/landing/sinka-landing.tsx
@@ -45,7 +45,7 @@ export function SinkaLanding() {
Simule fretes, analise custos e transforme dados logĂsticos em decisões mais
inteligentes.
-