aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsafentisAuth <safentis@csd.auth.gr>2022-09-17 19:27:08 +0300
committersafentisAuth <safentis@csd.auth.gr>2022-09-17 19:27:08 +0300
commit0469972e913de107bc84ac2d9b64652a9d3d0f09 (patch)
tree179eb26a0c1c60df6589d8c07179ef1473136a52
parent56ff118845748d1302968039e13703b6ad8107c4 (diff)
Make gallery bigger on 2k+ displays
-rw-r--r--style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/style.css b/style.css
index 36d073fa..956e629f 100644
--- a/style.css
+++ b/style.css
@@ -21,6 +21,12 @@
min-height: 4.5em;
}
+@media screen and (min-width: 2500px) {
+ #txt2img_gallery, #img2img_gallery {
+ min-height: 768px;
+ }
+}
+
#txt2img_gallery img, #img2img_gallery img{
object-fit: scale-down;
}