[BUGFIX] Mobile button position

This commit is contained in:
Xaver Maierhofer 2017-05-28 20:15:12 +02:00
parent 2fba8c1ac9
commit 6b67e4f714

View File

@ -16,9 +16,10 @@
} }
@media screen and (max-width: map-get($grid-breakpoints, lg) - 1) { @media screen and (max-width: map-get($grid-breakpoints, lg) - 1) {
right: -1rem; right: 0.1rem;
top: 0; top: 0;
transform: scale(.8); transform: scale(.8);
transform-origin: right;
} }
} }