Merge branch 'fix-slider' into 'master'

Fix image slider perspective

See merge request !3
This commit is contained in:
Lucas Verney 2017-06-18 19:01:56 +02:00
parent 210192d09c
commit be43206d4b
1 changed files with 2 additions and 2 deletions

View File

@ -114,8 +114,8 @@ export default {
.modal-content { .modal-content {
margin: auto; margin: auto;
display: block; display: block;
height: 80%; max-height: 80%;
max-width: 700px; max-width: 100%;
} }
.close { .close {