diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -280,7 +280,7 @@ input[type="range"]{ }
.modalImageFullscreen {
- max-width: max-content;
+ object-fit: contain;
height: 90%;
}
|