diff --git a/src/v2026/components/sections/Hero-2026.astro b/src/v2026/components/sections/Hero-2026.astro
index 5c36115..8ac8285 100644
--- a/src/v2026/components/sections/Hero-2026.astro
+++ b/src/v2026/components/sections/Hero-2026.astro
@@ -34,14 +34,24 @@ const eventoIniciado = diasRestantes === 0
24 y 25 de Abril, 2026
Faltan
--:--:--:--
-
- Inscribete
-
+
@@ -257,9 +267,16 @@ const eventoIniciado = diasRestantes === 0
border-radius: 5px;
}
+ .action-buttons {
+ display: flex;
+ gap: 1rem;
+ justify-content: center;
+ align-items: center;
+ margin-top: 15px;
+ }
+
.hero-register-button {
display: inline-block;
- margin-top: 15px;
background-color: #e9ba2d;
color: black;
padding: 0.5rem 1rem;
@@ -330,8 +347,17 @@ const eventoIniciado = diasRestantes === 0
font-size: 1rem;
}
+ .action-buttons {
+ flex-direction: column;
+ gap: 0.8rem;
+ width: 100%;
+ }
+
.hero-register-button {
font-size: 0.75rem;
+ width: 100%;
+ text-align: center;
+ box-sizing: border-box;
}
}