diff --git a/src/components/pages/blog-post/follow-panel.tsx b/src/components/pages/blog-post/follow-panel.tsx index d28c2185a..de731c78c 100644 --- a/src/components/pages/blog-post/follow-panel.tsx +++ b/src/components/pages/blog-post/follow-panel.tsx @@ -19,7 +19,7 @@ const FollowPanelContainer = styled.div` font-size: 16px; ${up('md')} { - margin-top: 0px; + margin-top: 0; min-width: 240px; } `; @@ -31,7 +31,7 @@ export const PanelText = styled.p` color: ${({ theme }) => theme.palette.text.default}; `; -const SocialLinks = styled.ul` +const SocialLinks = styled.div` all: unset; order: 2; color: ${({ theme }) => theme.palette.text.link.default}; @@ -64,10 +64,10 @@ export const FollowPanel = ({ className }: FollowProps) => { return ( - {t('blog.follow')} + {t('blog.follow')} - +