diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-04-02 20:41:08 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-04-02 20:41:08 +0200 |
| commit | c6413f0ddba312ec7efbc41359f844eba55095ff (patch) | |
| tree | 53d0520edc291efbb3fee0888c095cc7fcf15ec0 /client/modalImage/modal.css | |
| parent | 37fd0444136ff2d3d78337e7dd12f507c9578537 (diff) | |
modal...
Diffstat (limited to 'client/modalImage/modal.css')
| -rw-r--r-- | client/modalImage/modal.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/modalImage/modal.css b/client/modalImage/modal.css index d9180125..fb3c7ab5 100644 --- a/client/modalImage/modal.css +++ b/client/modalImage/modal.css @@ -25,8 +25,8 @@ align-items: center; } .modal img { - max-width: 80vw; - max-height: 80vh; + max-width: 90vw; + max-height: 90vh; } .modal .caption { display: block; |
