[BUGFIX] Mobile button position
This commit is contained in:
parent
2fba8c1ac9
commit
6b67e4f714
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user