From be759c27fcb5675ac877b5657d12e236e1e3d244 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Thu, 23 Jul 2015 23:39:40 -0700 Subject: configure viewport and get rid of theme-enlarge.css Viewport configuration per Google's mobile usability suggestions. It not only provides a consistent experience by using device independent pixels, but also help me get rid of theme-enlarge.css, which could result in unexpectedly large font when one accidently resize to a portrait window on the desktop. Thanks Google! See https://developers.google.com/speed/docs/insights/ConfigureViewport. --- source/css/theme-enlarge.css | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 source/css/theme-enlarge.css (limited to 'source') diff --git a/source/css/theme-enlarge.css b/source/css/theme-enlarge.css deleted file mode 100644 index 64701d96..00000000 --- a/source/css/theme-enlarge.css +++ /dev/null @@ -1,8 +0,0 @@ -body { - font-size: 20.147pt; -} - -nav div.logo { - height: 300px; - width: 300px; -} -- cgit v1.2.1