Better spacing for Share Buttons on mobile

This commit is contained in:
Joachim Robert 2019-02-06 15:02:40 +01:00
parent 08c8589d6d
commit 8cd8d4064f

View file

@ -13,10 +13,8 @@ export const Container = styled.div`
@media (max-width: 568px) { @media (max-width: 568px) {
grid-template-columns: 1fr; grid-template-columns: 1fr;
grid-gap: 0;
button { a, button {
margin-top: 16px;
width: 100%; width: 100%;
} }
} }