From 8cd8d4064fbe85fe7fd88f1e5a6eb4bb0c0f0f1b Mon Sep 17 00:00:00 2001 From: Joachim Robert Date: Wed, 6 Feb 2019 15:02:40 +0100 Subject: [PATCH] Better spacing for Share Buttons on mobile --- components/ShareButtons/style.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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%; } }