diff --git a/src/components/modals/ShareTrack.vue b/src/components/modals/ShareTrack.vue index b202aa1..c483c71 100644 --- a/src/components/modals/ShareTrack.vue +++ b/src/components/modals/ShareTrack.vue @@ -87,7 +87,7 @@ export default { .share-buttons > button { margin-bottom: 10px; - width: 64%; + width: 90%; } @media only screen and (min-width: 768px) { @@ -95,5 +95,8 @@ export default { width: 50%; max-height: 75%; } + .share-buttons > button { + width: 64%; + } } \ No newline at end of file