diff --git a/src/components/expandGrid/ExpandGrid.js b/src/components/expandGrid/ExpandGrid.js index c7810ad8..d892157a 100644 --- a/src/components/expandGrid/ExpandGrid.js +++ b/src/components/expandGrid/ExpandGrid.js @@ -1,3 +1,4 @@ +import { Link } from "gatsby" import React, { useEffect, useRef, useState } from "react" import { Flipper, Flipped } from "react-flip-toolkit" import MarkdownView from "react-showdown" @@ -36,7 +37,7 @@ const ListItem = ({ index, onClick, data }) => {
-

Ver mas

+

{data.title}

{ > -
+
+

{data.title}

+ {data.landing_page && ( + Ver más + )}
@@ -113,7 +120,6 @@ const AnimatedList = ({ items }) => { } } } - return ( div { opacity: 0; border-radius: 3px; + display: flex; + flex-direction: column; + height: 100%; + p { + max-height: 10vw; + overflow: hidden; + text-overflow: ellipsis; + } + a{ + color: $secondary; + text-decoration: underline; + margin: auto 0 10px 10px; + } h4 { text-align: left; }