diff --git a/components/BottomShare/index.js b/components/BottomShare/index.js index 6662a13..1a4fa9f 100644 --- a/components/BottomShare/index.js +++ b/components/BottomShare/index.js @@ -6,7 +6,7 @@ import { CardContent, TopBorder } from './style'; import { SmallHeading, SmallSubheading } from '../Page/style'; const BottomShare = () => ( - + Feeling more secure? diff --git a/components/ChecklistItem/style.js b/components/ChecklistItem/style.js index cacc8e6..3ef11c8 100644 --- a/components/ChecklistItem/style.js +++ b/components/ChecklistItem/style.js @@ -272,6 +272,19 @@ export const ResourceRowContainer = styled.a` width: calc(100% + 8px); line-height: 1.3; + &:first-of-type { + margin-top: 8px; + } + + .icon { + margin-right: 8px; + } + + &:hover { + background: ${theme.bg.wash}; + color: ${theme.text.default}; + } + @media (max-width: 768px) { width: calc(100% + 40px); border-radius: 0; @@ -284,22 +297,11 @@ export const ResourceRowContainer = styled.a` } .icon { - margin-top: 2px; + margin-top: 1px; + margin-left: 6px; + margin-right: 18px !important; } } - - &:first-of-type { - margin-top: 8px; - } - - .icon { - margin-right: 8px; - } - - &:hover { - background: ${theme.bg.wash}; - color: ${theme.text.default}; - } `; export const ResourceName = styled.p` diff --git a/components/ShareButtons/style.js b/components/ShareButtons/style.js index 45e9a2a..1713754 100644 --- a/components/ShareButtons/style.js +++ b/components/ShareButtons/style.js @@ -11,7 +11,7 @@ export const Container = styled.div` width: 100%; } - @media (max-width: 440px) { + @media (max-width: 568px) { grid-template-columns: 1fr; grid-gap: 0;