diff --git a/app/views/layouts/default.html.erb b/app/views/layouts/default.html.erb
index 34bb2a239..d1129ee92 100644
--- a/app/views/layouts/default.html.erb
+++ b/app/views/layouts/default.html.erb
@@ -17,7 +17,7 @@
<%= auto_discovery_link_tag :atom, posts_path(:format => "atom", :tags => params[:tags]) %>
<%= stylesheet_link_tag "application", :media => "screen" %>
- <%= stylesheet_link_tag "mobile", :media => "handheld" %>
+ <%= stylesheet_link_tag "mobile", :media => "only screen and (max-device width:480px)" %>
<%= javascript_include_tag "application" %>
<%= Danbooru.config.custom_html_header_content %>
<%= yield :html_header %>