close #629 Fixed: App Store app page screenshot fixed zoom

This commit is contained in:
cuneytsenturk
2018-11-16 17:13:46 +03:00
parent c81f156c89
commit c08f54fcd3
5 changed files with 723 additions and 4 deletions

5
public/css/app.css vendored
View File

@ -873,7 +873,7 @@ input[type="number"] {
/* App Detail Page Sliders Start */
.row.module #description .img-fluid.d-block.w-100 {
height: 420px;
height: 410px;
width: 100%;
}
@ -888,11 +888,12 @@ input[type="number"] {
top: inherit;
bottom: inherit;
margin-top: 30px;
margin-right: 5px;
width: 5%;
}
.row.module #description #carousel-screenshot-generic .carousel-control.left {
margin-left: -15px;
margin-left: -10px;
}
.row.module #description #carousel-screenshot-generic .carousel-control .fa {

2
public/css/ekko-lightbox.css vendored Normal file

File diff suppressed because one or more lines are too long