mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-24 05:33:01 +00:00
Merge pull request #16766 from overleaf/mf-reduce-rocket-sticker-size-mobile
Reduce rocket sticker size on mobile to 70% GitOrigin-RevId: 34e2ef290399ad284af0a85b480b884cd49d92de
This commit is contained in:
parent
10b6c63d38
commit
a1046a7e6f
1 changed files with 1 additions and 1 deletions
|
@ -589,7 +589,7 @@
|
|||
}
|
||||
|
||||
@media (max-width: @screen-sm-max) {
|
||||
height: 100px;
|
||||
height: 70px;
|
||||
right: 0;
|
||||
bottom: unset;
|
||||
top: -79px;
|
||||
|
|
Loading…
Reference in a new issue