Merge pull request #23 from dsaub/copilot/fix-bienvenido-border-radius-margin

Eliminar bordes redondeados, márgenes laterales y separación entre hero y estadísticas en Home
This commit is contained in:
Daniel (elordenador)
2026-04-20 12:36:24 +02:00
committed by GitHub
10 changed files with 5 additions and 3 deletions
+5 -3
View File
@@ -9,8 +9,10 @@
color: white; color: white;
padding: 80px 20px; padding: 80px 20px;
text-align: center; text-align: center;
margin-bottom: 60px; margin-bottom: 0;
border-radius: 8px; margin-left: calc(var(--bs-gutter-x) * -0.5);
margin-right: calc(var(--bs-gutter-x) * -0.5);
border-radius: 0;
} }
.hero-section h1 { .hero-section h1 {
@@ -99,7 +101,7 @@
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white; color: white;
padding: 40px; padding: 40px;
border-radius: 8px; border-radius: 0;
margin-bottom: 60px; margin-bottom: 60px;
} }