From c8d9b8af05c380e5cd9e673f55cfeb76d08e5af2 Mon Sep 17 00:00:00 2001 From: Felix Gliesche Date: Wed, 20 Jul 2016 12:10:57 +0200 Subject: [PATCH] Change responsive media query to screen only --- public/stylesheets/responsive.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index 23f9b0a..88fc2e4 100644 --- a/public/stylesheets/responsive.css +++ b/public/stylesheets/responsive.css @@ -25,7 +25,7 @@ add first breakpoint here and start adding responsiveness */ -@media all and (max-width: 899px) +@media screen and (max-width: 899px) { /*----------------------------------------*\ A) BASIC MOBILE RESETS -- 2.5.4 (Apple Git-61)