From 0f9b0b1c63f6d9b4588c1291dce046fa33967ed1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 20 Apr 2026 10:30:45 +0000 Subject: [PATCH] =?UTF-8?q?Ajustar=20estilos=20de=20bienvenida=20y=20estad?= =?UTF-8?q?=C3=ADsticas=20en=20home?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Agent-Logs-Url: https://github.com/dsaub/proyecto-final/sessions/fa8e9460-2ed8-43fb-b477-10b487ef1f88 Co-authored-by: dsaub <54474838+dsaub@users.noreply.github.com> --- tienda/templates/tienda/home.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tienda/templates/tienda/home.html b/tienda/templates/tienda/home.html index ce7ab88..ff4e691 100644 --- a/tienda/templates/tienda/home.html +++ b/tienda/templates/tienda/home.html @@ -9,8 +9,10 @@ color: white; padding: 80px 20px; text-align: center; - margin-bottom: 60px; - border-radius: 8px; + margin-bottom: 0; + margin-left: calc(var(--bs-gutter-x) * -0.5); + margin-right: calc(var(--bs-gutter-x) * -0.5); + border-radius: 0; } .hero-section h1 { @@ -99,7 +101,7 @@ background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 40px; - border-radius: 8px; + border-radius: 0; margin-bottom: 60px; }