correção

This commit is contained in:
2026-03-12 15:49:24 +00:00
parent 726192a2ea
commit 7911c2145b
3 changed files with 6 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ export function Shell() {
return (
<>
<Header />
<main className="mx-auto max-w-5xl px-4 py-6">
<main className="mx-auto max-w-7xl px-4 py-6">
<Outlet />
</main>
</>

View File

@@ -84,7 +84,7 @@ export default function AuthLogin() {
<button
type="submit"
disabled={loading}
className="w-full py-2.5 rounded-xl bg-emerald-600 text-white text-sm font-semibold hover:bg-emerald-700 disabled:opacity-60 transition-colors flex items-center justify-center gap-2 mt-2"
className="w-full mt-2 py-2.5 rounded-xl bg-emerald-600 text-white text-sm font-semibold hover:bg-emerald-700 disabled:opacity-60 transition-colors flex items-center justify-center gap-2"
>
<LogIn size={16} />
{loading ? 'A entrar...' : 'Entrar'}

View File

@@ -15,7 +15,10 @@ export default function Landing() {
return (
<div className="space-y-20 pb-12">
{/* Hero */}
<section className="relative overflow-hidden rounded-2xl bg-slate-900 text-white px-6 py-16 md:px-14 md:py-24">
<section
className="relative overflow-hidden rounded-2xl text-white px-6 py-16 md:px-14 md:py-24"
style={{ background: 'linear-gradient(135deg, #0f172a 0%, #134e4a 50%, #0f172a 100%)' }}
>
<div className="absolute inset-0 bg-[radial-gradient(ellipse_at_top_left,_theme(colors.emerald.900/60),_transparent_60%)]" />
<div className="absolute inset-0 bg-[radial-gradient(ellipse_at_bottom_right,_theme(colors.teal.900/40),_transparent_60%)]" />