diff --git a/MIGRATION.md b/MIGRATION.md
index faaae73..c940263 100644
--- a/MIGRATION.md
+++ b/MIGRATION.md
@@ -29,10 +29,6 @@ DEALLOCATE PREPARE stmt;
```
Ir al wordpress > herramientas > importar desde Joomla y ejecutar
-
-
-
-
==========================
==========================
NOTAS MIGRACIÓN
diff --git a/style.css b/style.css
index 05a8c26..74bd38c 100644
--- a/style.css
+++ b/style.css
@@ -88,6 +88,12 @@ button[type="reset"] {
box-shadow: 0 2px 4px rgba(255, 0, 0, 0.25);
}
+/* reducir tamaño botones */
+.btn-xs {
+ padding: 0.60rem 0.9rem;
+ font-size: 0.7rem;
+}
+
/* Quitar el focus/active de todos los elementos del menú */
.nav-link:focus,
.nav-link:active,
@@ -267,7 +273,7 @@ button[type="reset"] {
}
/* PORTADA -> SECTION CAMPAÑA */
-.card-img-fixed {
+.section-campana-conflictos .card-img-fixed {
min-height: 300px;
max-height: 300px;
object-fit: cover;
@@ -279,8 +285,11 @@ button[type="reset"] {
.section-noticias .posts-noticias .img-noticias,
.section-industria .posts-noticias .img-noticias,
.section-servicios .posts-noticias .img-noticias {
- min-height: 300px;
max-height: 300px;
+ overflow: hidden;
+ display: flex;
+ justify-content: center;
+ align-items: center;
}
.posts-noticias .card-title-text:hover {
@@ -477,7 +486,9 @@ button[type="reset"] {
}
}
-/* Texto sección tease.twig */
+/**
+* Texto sección tease.twig
+*/
.link-underline-animate {
position: relative;
text-decoration: none;
@@ -504,7 +515,7 @@ button[type="reset"] {
width: 100%;
}
-/* search page */
+/* SEARCH PAGE */
.offcanvas-body {
height: 18vh!important; /* altura del 18% del viewport */
}
diff --git a/views/templates/page-conflictos-laborales.twig b/views/templates/page-conflictos-laborales.twig
index 6aee229..d64efed 100644
--- a/views/templates/page-conflictos-laborales.twig
+++ b/views/templates/page-conflictos-laborales.twig
@@ -25,6 +25,7 @@
{{ noticias.title }}
+
{{ noticias.excerpt({ words: 50, diff --git a/views/templates/page-documentos.twig b/views/templates/page-documentos.twig index b377cf8..26243d4 100644 --- a/views/templates/page-documentos.twig +++ b/views/templates/page-documentos.twig @@ -14,10 +14,10 @@
{{ noticias.date }}
{{ __('Sigue leyendo', 'Sindikatua') }}... diff --git a/views/templates/page-portada.twig b/views/templates/page-portada.twig index cad5852..7548ce3 100644 --- a/views/templates/page-portada.twig +++ b/views/templates/page-portada.twig @@ -72,10 +72,10 @@ {# Sección Campañas / conflictos #} -{{noticias.content}}
- {#{{ noticias.date }}
#} - {# - {{ __('Sigue leyendo', 'Sindikatua') }}... - - #}