Fixed some styling with sharemenu on mobile

This commit is contained in:
subnub
2020-05-22 12:46:49 -04:00
parent 0e4f19688c
commit 81a79fe25e
+8
View File
@@ -44,6 +44,10 @@
font-size: 13.5px;
font-weight: 200;
white-space: nowrap;
@media (max-width: $desktop-breakpoint) {
max-width: 80%;
}
}
.sharemenu__subtitle {
@@ -126,6 +130,10 @@
display: flex;
flex-direction: row;
justify-content: center;
@media (max-width: $desktop-breakpoint) {
height: 49px;
}
}
.sharemenu__image {