diff --git a/components/ShareButtons/style.js b/components/ShareButtons/style.js index 1713754..127b495 100644 --- a/components/ShareButtons/style.js +++ b/components/ShareButtons/style.js @@ -13,10 +13,8 @@ export const Container = styled.div` @media (max-width: 568px) { grid-template-columns: 1fr; - grid-gap: 0; - button { - margin-top: 16px; + a, button { width: 100%; } }