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 {
margin: auto;
display: block;
height: 80%;
max-width: 700px;
max-height: 80%;
max-width: 100%;
}
.close {