Skip to content

Instantly share code, notes, and snippets.

@MariusBongarts
Last active March 10, 2023 08:15
Show Gist options
  • Save MariusBongarts/af7557d1acb85e7273c994781c13b94a to your computer and use it in GitHub Desktop.
Save MariusBongarts/af7557d1acb85e7273c994781c13b94a to your computer and use it in GitHub Desktop.
export const StyledInfo = styled.div`
flex: 1;
display: flex;
flex-wrap: wrap;
row-gap: 2px;
padding: 4px;
`;
export const StyledItemLink = styled.a`
color: var(--light-grey);
text-decoration: none;
font-size: 0.8rem;
`;
export const StyledTitle = styled.span`
color: black;
width: 100%;
font-size: 0.9rem;
font-weight: 400;
`;
export const StyledTime = styled.span`
color: var(--light-grey);
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment