From 7020a67d66cc29a002355bd8f3db039c65d79678 Mon Sep 17 00:00:00 2001 From: humano Date: Thu, 25 Jun 2020 15:47:20 -0500 Subject: [PATCH] item_parallax --- funciones/funciones.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/funciones/funciones.php b/funciones/funciones.php index 26e5640..f52e11f 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -14206,7 +14206,6 @@ while( $row = mysqli_fetch_array( $sql ) ) { $links .= " "; $contenido .= "
-
$contenido_desplegado
@@ -14230,6 +14229,10 @@ while( $row = mysqli_fetch_array( $sql ) ) { height: 100%; } +.item_parallax{ + min-height:200px; + +} "; }