0
0
Fork 0

Add mobile style for the buttons in the share modal

This commit is contained in:
Oliver-Akins 2020-08-23 01:39:03 -06:00
parent 0c9d94a6bd
commit 6beda918c3

View file

@ -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%;
}
}
</style>