Update photo viewer size for bigger screens

This commit is contained in:
Matias Volpe
2018-07-12 18:11:00 -03:00
parent cbd4020e33
commit 72a19e8ad7
+7
View File
@@ -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;