mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #906 from sharelatex/jel-cms-pages
Images on Wiki and CMS pages
This commit is contained in:
commit
820e2de699
2 changed files with 5 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
|||
including About and Blog
|
||||
*/
|
||||
.cms-page {
|
||||
img {
|
||||
height: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
.btn-description {
|
||||
margin-right: @margin-sm;
|
||||
}
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
}
|
||||
|
||||
img {
|
||||
height: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue