diff options
-rw-r--r-- | public/stylesheets/responsive.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index 6997d6257..1c98d7f64 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 |