Added Hover support to Home page

This commit is contained in:
Neshura 2022-12-18 05:01:10 +01:00
parent 884d28a317
commit 08ac36c7fc
No known key found for this signature in database
GPG key ID: ACDF5B6EBECF6B0A
2 changed files with 15 additions and 15 deletions
components/styles

View file

@ -49,11 +49,11 @@ const CardStyle = css`
height: 240px;
`;
const CardLink = styled(Link)`
export const CardLink = styled(Link)`
${CardStyle}
`;
const CardStyleWrap = styled.div`
export const CardStyleWrap = styled.div`
${CardStyle}
`;