[BUGFIX] Mobile button position

This commit is contained in:
Xaver Maierhofer 2017-05-28 20:15:12 +02:00
parent 2fba8c1ac9
commit 6b67e4f714
1 changed files with 2 additions and 1 deletions

View File

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