mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
Better spacing for Share Buttons on mobile
This commit is contained in:
parent
08c8589d6d
commit
8cd8d4064f
1 changed files with 1 additions and 3 deletions
|
|
@ -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%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue