diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2015-07-23 23:39:40 -0700 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2015-07-23 23:39:40 -0700 |
commit | be759c27fcb5675ac877b5657d12e236e1e3d244 (patch) | |
tree | 4a4c517a914acd79b5075890cf2f439ac05deaeb /source/css | |
parent | 18d5bcebcf459db56688c352f2eb8ad9b4e35480 (diff) | |
download | my_new_personal_website-be759c27fcb5675ac877b5657d12e236e1e3d244.tar.xz my_new_personal_website-be759c27fcb5675ac877b5657d12e236e1e3d244.zip |
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.
Diffstat (limited to 'source/css')
-rw-r--r-- | source/css/theme-enlarge.css | 8 |
1 files changed, 0 insertions, 8 deletions
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; -} |