Fix image slider perspective;

This commit is contained in:
Benjamin Bouvier 2017-06-13 16:59:09 +02:00
parent 210192d09c
commit 7e109f4ca1
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: 100%;
max-width: 700px; max-width: 100%;
} }
.close { .close {