mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #1054 from sharelatex/jel-wiki-mobile-and-link-style
Wiki mobile and link style GitOrigin-RevId: 6556d63d8662de115d634f59655c6479494ec407
This commit is contained in:
parent
fceb8e9e66
commit
9752aa2fad
1 changed files with 5 additions and 0 deletions
|
@ -78,6 +78,11 @@
|
|||
margin-right: -200px;
|
||||
}
|
||||
}
|
||||
@media (max-width: @screen-sm) {
|
||||
.contents {
|
||||
margin-top: @margin-lg;
|
||||
}
|
||||
}
|
||||
|
||||
/*<![CDATA[*/
|
||||
.source-latex {line-height: normal;}
|
||||
|
|
Loading…
Reference in a new issue