Otros servicios pendiente de ajustar
This commit is contained in:
@@ -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; }
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
{% endfor %}
|
||||
|
||||
{% endif %}
|
||||
</li>
|
||||
|
||||
{% endfor %}
|
||||
|
||||
{% endif %}
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user