From d27768433102e64913bc76f8e3086c84ab5fcde9 Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Mon, 8 Jul 2013 16:21:15 +0200 Subject: [PATCH] Move the huge screen breakpoint to 1600px. --- templates/2k11/admin/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/2k11/admin/style.css b/templates/2k11/admin/style.css index 1f62ba6c..fc0649f0 100644 --- a/templates/2k11/admin/style.css +++ b/templates/2k11/admin/style.css @@ -2737,7 +2737,7 @@ img.mfp-img { /* HUGE SCREEN (e.g. desktops) ----------------------------------------------------------------- */ -@media only screen and (min-width: 1400px) { +@media only screen and (min-width: 1600px) { html { font-size: 1.125em; }