Added Hover support to Home page
This commit is contained in:
parent
884d28a317
commit
08ac36c7fc
2 changed files with 15 additions and 15 deletions
components/styles
|
@ -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}
|
||||
`;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue