diff --git a/components/styles/cards/desktop.tsx b/components/styles/cards/desktop.tsx index 054a462..91e4667 100644 --- a/components/styles/cards/desktop.tsx +++ b/components/styles/cards/desktop.tsx @@ -177,7 +177,7 @@ const CardHeader = ({ content }: { content: Service }) => { } {content.name} - + : @@ -300,10 +300,6 @@ const OpenInNewTab = styled.div` color: ${({ theme }) => theme.colors.secondary}; } - ${CardTitleLink} { - - } - ${CardTitleLink}:hover & { margin-left: 0.3rem; max-width: 1rem; @@ -325,7 +321,7 @@ const CardFooter = ({ content, href }: { content: Service, href: string }) => { Open - + ) : (<>)} @@ -333,7 +329,7 @@ const CardFooter = ({ content, href }: { content: Service, href: string }) => { Official Site - + ) : (<>)}