diff --git a/frontend/css/estilos.css b/frontend/css/estilos.css index 804057b..04371e2 100644 --- a/frontend/css/estilos.css +++ b/frontend/css/estilos.css @@ -225,6 +225,13 @@ body { text-align: center; } +/* Ajuste para la lista de difuntos en portada */ +.difuntos { + color: var(--color-texto-suave); + padding: 0; + margin: 0.5rem 0 0; +} + /* --- AJUSTES PARA BLOQUES CON IMAGEN 4:5 --- */ .bloque-fondo { diff --git a/frontend/index.html b/frontend/index.html index ce6bbcd..f111818 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -15,7 +15,7 @@
- +