STYLE imágenes

This commit is contained in:
2025-10-21 13:29:36 +00:00
parent 10dbf60c80
commit 4c614e3710
7 changed files with 31 additions and 34 deletions

View File

@ -16,9 +16,8 @@
<div class="row g-0">
<div class="col-md-4">
{# <a href="{{ noticias.link }}" title="{{ noticias.title }}"></a> #}
<img src="{{ imagen }}"
class="object-fit w-100 h-100 img-noticias"
alt="{{ alt }}"
<img src="{{ imagen }}" alt="{{ alt }}"
class="rounded-start object-fit-cover w-100 img-noticias"
/>
</div>
@ -27,14 +26,6 @@
{# <a href="{{ noticias.link }}" title="{{ noticias.title }}" class="text-decoration-none card-title"></a> #}
<h5 class="card-title-text">{{ noticias.title }}</h5>
<p class="card-text"> {{noticias.content}}</p>
{# <p class="card-text"><small class="text-body-secondary">{{ noticias.date }}</small></p> #}
{# <a href="{{ noticias.link }}"
class="btn position-absolute btn-secondary-cnt"
style="position: absolute; bottom: 15px; right: 15px; z-index: 10;"
>
{{ __('Sigue leyendo', 'Sindikatua') }}...
</a> #}
</div>
</div>
</div>