From a726eb618459127d419522bd258680e3dc562f8c Mon Sep 17 00:00:00 2001 From: Tatiana Villa Date: Tue, 28 Apr 2026 12:18:25 +0200 Subject: [PATCH] Aspecto / Estilos --- frontend/css/estilos.css | 42 ++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/frontend/css/estilos.css b/frontend/css/estilos.css index 04371e2..bea524c 100644 --- a/frontend/css/estilos.css +++ b/frontend/css/estilos.css @@ -232,6 +232,27 @@ body { margin: 0.5rem 0 0; } +/* --- DIFUNTOS EN PORTADA --- */ +.lista-difuntos-index { + list-style: none; + padding: 0; + margin: 0.5rem 0 0; + display: flex; + flex-direction: column; + gap: 0.3rem; +} + +.lista-difuntos-index li { + font-size: 0.9rem; + color: var(--color-texto-suave); + padding: 0.2rem 0; +} + +.anio-difunto { + font-size: 0.8rem; + opacity: 0.7; +} + /* --- AJUSTES PARA BLOQUES CON IMAGEN 4:5 --- */ .bloque-fondo { @@ -435,27 +456,6 @@ body { border: 5px solid var(--color-secundario); } -/* --- DIFUNTOS EN PORTADA --- */ -.lista-difuntos-index { - list-style: none; - padding: 0; - margin: 0.5rem 0 0; - display: flex; - flex-direction: column; - gap: 0.3rem; -} - -.lista-difuntos-index li { - font-size: 0.9rem; - color: var(--color-texto-suave, #ccc); - padding: 0.2rem 0; -} - -.anio-difunto { - font-size: 0.8rem; - opacity: 0.7; -} - /* --- INTENCIONES EN PORTADA --- */ #lista-intenciones-index { padding-left: 1.2rem;