Logo: fixed it

This commit is contained in:
muerwre 2019-02-25 17:54:10 +07:00
parent 70cb639421
commit aaa0b5b476
4 changed files with 17 additions and 5 deletions

View file

@ -14,6 +14,11 @@
&.top {
background-position: 100% 0;
}
@media (max-width: @mobile_breakpoint) {
transform: scale(0.5);
transform-origin: 100% 100%;
}
}