Move the huge screen breakpoint to 1600px.

This commit is contained in:
Matthias Mees 2013-07-08 16:21:15 +02:00
parent d7a63f2277
commit d277684331

View File

@ -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;
}