EVOLUTION-MANAGER
Edit File: noticias.css
.contenedor-noticas { position: relative; width: 320px; height: 226px; margin-bottom: 15px; } .imagen-noticia-fondo { width: 100%; height: 100%; border-radius: 2mm; } .fecha-noticia { width: fit-content; color: white; font-size: small; padding: 2px 7px 2px 7px; background-color: #0E4E81; border: 1px solid #D2DCE5; position: absolute; top: 0; right: 0; border-radius: 2mm; } .contenido-notica { width: 100%; height: fit-content; background-color: rgba(0, 0, 0, .5); position: absolute; bottom: 0; left: 0; color: white; border-bottom-left-radius: 2mm; border-bottom-right-radius: 2mm; font-size:small; text-align: justify; padding: 7px; pointer-events: none; } .contenido-notica > p { margin: 0; } .cotenedor-noticias-nuevas { width: 100%; display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); justify-items: center; } /* */ .noticias-patronnato { height: auto; } .noticias { margin-top: 40px; margin-bottom: 25px; } .noticias-separador-text { margin: 1rem 0 1rem 0; width: calc(50% - 61.505px); } .noticias-separador-icon { margin: 1rem 0 1rem 0; width: calc(50% - 111.505px); } .pagination { justify-content: center; } .modificador-calendario { font-size: 13px; position: absolute; bottom: -22px; left: 0; }