diff --git a/src/AndairaSite.php b/src/AndairaSite.php index 72b9329..48f4f68 100644 --- a/src/AndairaSite.php +++ b/src/AndairaSite.php @@ -190,6 +190,7 @@ class AndairaSite extends Site { $context['quienes_somos'] = get_field('quienes_somos', 'option'); $context['presupuesto'] = get_field('presupuesto', 'option'); $context['contadores'] = get_field('contadores', 'option'); + $context['nuestra_red'] = get_field('nuestra_red', 'option'); //Mobile Detect $context['is_desktop'] = false; diff --git a/style.css b/style.css index 230ee97..03b5afd 100644 --- a/style.css +++ b/style.css @@ -422,7 +422,7 @@ nav.navbar, .nav-link, .navbar-brand, .navbar-brand img { transition: all 1s eas /* Section 2 bis */ @media (min-width:768px) { - #section-2-bis .project-row { height:300px; } + /* #section-2-bis .project-row { height:300px; } */ } @media (max-width:768px) { #section-2-bis .col-md-4 h3.text-white { padding:2rem .5rem 1rem; font-size:22px; letter-spacing:3px; margin:0px; height:100%; } @@ -527,7 +527,7 @@ nav.navbar, .nav-link, .navbar-brand, .navbar-brand img { transition: all 1s eas /* Section 5 */ #section-5 { padding-top:5rem; } -#section-5 .network-logos img { max-height:50px; margin:3rem 0; -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -o-filter: grayscale(100%); -ms-filter: grayscale(100%); filter: grayscale(100%);} +#section-5 .network-logos img { max-height:50px; margin:3rem 0; /*-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -o-filter: grayscale(100%); -ms-filter: grayscale(100%); filter: grayscale(100%);*/} #section-5 .section-5-title img { max-height:90px; margin:3rem 0; } #section-5 p { font-size: 22px; line-height: 29px; } diff --git a/views/block-network.twig b/views/block-network.twig index 09fb6cd..4a9b9b1 100644 --- a/views/block-network.twig +++ b/views/block-network.twig @@ -10,14 +10,25 @@
- Andaira pertence al Grupo Cooperativo Tagente y se coordina con entidades de la economÃa social y solidaria
+ {% for item in nuestra_red.entidades %} + {% if loop.first %} +{{ nuestra_red.descripcion }}
-