STYLE titles

This commit is contained in:
2025-10-23 09:52:45 +00:00
parent 83adeb1b54
commit f44c07c93c
6 changed files with 15 additions and 11 deletions

View File

@ -2,13 +2,14 @@
id="tease-{{ post.id }}"
style="padding-bottom: 65px !important;">
<div class="row align-items-center section-tease">
<!-- Columna izquierda: título y excerpt -->
<div class="col">
<h2 class="h2">
<p class="fs-5 text-black fw-bolder">
<a href="{{ post.link }}"
class="text-decoration-none text-dark link-underline-animate">
class="text-decoration-none text-dark hover-title-text">
{{ post.title }}</a>
</h2>
</p>
<p>{{ post.excerpt({
words: 50,
read_more: ''