1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-03-22 02:04:31 +00:00

Update image and adjust size

This commit is contained in:
Alasdair Smith 2018-08-29 10:26:46 +01:00
parent 3dc437d932
commit 4174b8edee
3 changed files with 5 additions and 1 deletions
services/web
app/views/project/list
public
img/v1-import
stylesheets/app/list

View file

@ -324,7 +324,7 @@ script(type="text/ng-template", id="v1ImportModalTemplate")
.modal-body.v1-import-wrapper
.v1-import-row
.v1-import-col
.v1-import-col.v1-import-col--left
img.v1-import-img(
src="/img/v1-import/v2-editor.png"
alt="The new V2 editor."

Binary file not shown.

Before

(image error) Size: 205 KiB

After

(image error) Size: 74 KiB

View file

@ -17,6 +17,10 @@
margin-bottom: 0;
}
.v1-import-col--left {
flex-shrink: 1.1;
}
.v1-import-img {
width: 100%;
margin-top: 30px;