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

@ -12,13 +12,11 @@
<div class="card my-3 position-relative posts-noticias">
<div class="row g-0">
<div class="col-md-4">
<div class="col-md-4 ">
<a href="{{ noticias.link }}" title="{{ noticias.title }}">
<img src="{{ imagen }}"
class="rounded-start object-fit-cover w-100 h-100 img-noticias"
alt="{{ alt }}"
style="min-height: 200px; max-height: 300px;"
/>
<img src="{{ imagen }}" alt="{{ alt }}"
class="rounded-start object-fit-cover w-100 h-100 img-noticias"
/>
</a>
</div>
<div class="col-md-8">
@ -35,7 +33,7 @@
<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;"
style="bottom: 15px; right: 15px; z-index: 10;"
>
{{ __('Sigue leyendo', 'Sindikatua') }}...