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; }