Otros servicios pendiente de ajustar

This commit is contained in:
2025-07-30 17:54:33 +00:00
parent 8e04b31939
commit 62b8c14420
3 changed files with 9 additions and 5 deletions

View File

@@ -360,7 +360,8 @@ nav.navbar, .nav-link, .navbar-brand, .navbar-brand img { transition: all 1s eas
#section-1-bis.pt-150 { padding-top:120px; }
@media (min-width:768px) {
#section-1-bis .frontpage-servicios-row { height:300px; }
#section-1-bis .frontpage-servicios-row,
.page-servicios .frontpage-servicios-row { height:300px; }
}
@media (max-width:768px) {
#section-1-bis .row .col-md-4 { margin-top:1rem; }

View File

@@ -23,7 +23,7 @@
{% endfor %}
{% endif %}
</li>
{% endfor %}
{% endif %}

View File

@@ -125,8 +125,13 @@
<h2 class="title underline">Otros servicios</h2>
</div>
</div>
<div class="row">
{#<div class="row text-right frontpage-servicios-row h-100">
{{include('menu-servicios.twig',{'menu':menu_old})}}
</div>#}
{% for post in servicios %}
@@ -144,8 +149,6 @@
<img src="{{site.theme.link}}/public/img/icono_consultoria2x.png" alt="{{ post.title }}" />
{% endif %}
{#<img src="{{site.theme.link}}/public/img/icono_{{post.slug}}.png" alt="">#}
<div class="font-weight-bold pt-3 pb-2">{{ post.title }}</div>
</a>