Index: includes/index.tmpl |
=================================================================== |
--- a/includes/index.tmpl |
+++ b/includes/index.tmpl |
@@ -21,8 +21,8 @@ |
<head> |
<link class="cssfx" href="/css/index.css" rel="stylesheet"> |
-<link class="cssfx" href="/css/index-desktop.css" media="(min-width: 40.5em)" rel="stylesheet"> |
Thomas Greiner
2015/07/31 15:25:47
This value appears to have been specifically chose
|
-<link href="/css/index-mobile.css" media="screen and (max-width: 40.5em)" rel="stylesheet"> |
+<link class="cssfx" href="/css/index-desktop.css" media="(min-width: 1000px)" rel="stylesheet"> |
+<link href="/css/index-mobile.css" media="(max-width: 1000px)" rel="stylesheet"> |
<link href="https://adblockplus.org/" rel="canonical"> |
<link href="https://chrome.google.com/webstore/detail/cfhdojbkjhnklbpkdaibdccddilifddb" rel="chrome-webstore-item"> |