Nuevos estilos para servicios

This commit is contained in:
2025-08-04 16:25:44 +00:00
parent aaf73d811e
commit f316484747

View File

@@ -15,8 +15,8 @@
</div>
<div class="page-content pb-3">
<div class="container">
<div class="container-fluid">
{#{post.content}#}
{% set servicio = [] %}
@@ -45,17 +45,25 @@
</div>
</div>#}
<div class="row {% if not loop.last and not is_mobile %}border-bottom{% endif %} py-md-5">
<div class="d-none d-md-block col-md-3">
<img src="{{site.theme.link}}/public/img/{{ icon }}" />
<div class="section-heading border-bottom mt-5 mb-3 pt-5">
<div class="container">
<h2 class="title underline">{{ item.title }}</h2>
</div>
<div class="col-md-9">
<h3><a href="{{ item.link }}" class="d-block font-weight-bold border-bottom-0 mb-2">{{ item.title }}</a></h3>
<p>{{ item.content|striptags }}</p>
<a href="{{ item.link }}"><small>Más información sobre <em>{{ item.title }}</em></small></a>
</div>
<div class="container">
<div class="row {#% if not loop.last and not is_mobile %}border-bottom{% endif %#} py-md-5">
<div class="d-none d-md-block col-md-3">
<img src="{{site.theme.link}}/public/img/{{ icon }}" />
</div>
<div class="col-md-8 offset-md-1">
{# <h3><a href="{{ item.link }}" class="d-block font-weight-bold border-bottom-0 mb-2">{{ item.title }}</a></h3> #}
<p>{{ item.content|striptags }}</p>
<a href="{{ item.link }}"><small>Más información sobre <em>{{ item.title }}</em></small></a>
</div>
<div class="col d-block d-md-none linea linea-{{ item.slug }} mt-5"></div>
</div>
<div class="col d-block d-md-none linea linea-{{ item.slug }} my-5"></div>
</div>
{% endif %}
{% endfor %}