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:
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user