Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
color: white;
z-index: 5;
`;
const Container = styled.div`
width: 848px;
max-width: 100%;
box-sizing: border-box;
padding: 24px;
color: #fff;
display: flex;
flex-direction: column;
justify-content: space-around;
`;
const Title = styled.h2`
margin: 0;
margin-bottom: 16px;
`;
const Description = styled.h4`
margin: 0;
color: rgba(255, 255, 255, 0.7);
`;
const StyledLink = styled(Link)`
text-decoration: none;
`;
<p>
<span>
Leer más
</span></p>
);
};
export default connect(Item);
const Postdetails = styled.p`
--margin-bottom: 1;
`;
const Title = styled.h2`
--margin-bottom: 0;
`;
const Article = styled.article`
--margin-bottom: 3;
`;