From 72a19e8ad7752d84f3e3386cec93a7192a913956 Mon Sep 17 00:00:00 2001 From: Matias Volpe Date: Thu, 12 Jul 2018 18:11:00 -0300 Subject: [PATCH] Update photo viewer size for bigger screens --- css/60_photos.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/css/60_photos.css b/css/60_photos.css index d1e84d79c..fd4109720 100644 --- a/css/60_photos.css +++ b/css/60_photos.css @@ -8,6 +8,13 @@ background-color: #fff; } +@media screen and (min-width: 1600px) { + #photoviewer { + width: 490px; + height: 370px; + } +} + #photoviewer button.thumb-hide { border-radius: 0; padding: 5px;