STYLE imágenes
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user