##// END OF EJS Templates
Change responsive media query to screen only (#23389)....
Jean-Philippe Lang -
r15396:d3d48c40909f
parent child
Show More
@@ -25,7 +25,7
25 add first breakpoint here and start adding responsiveness
25 add first breakpoint here and start adding responsiveness
26 */
26 */
27
27
28 @media all and (max-width: 899px)
28 @media screen and (max-width: 899px)
29 {
29 {
30 /*----------------------------------------*\
30 /*----------------------------------------*\
31 A) BASIC MOBILE RESETS
31 A) BASIC MOBILE RESETS
General Comments 0
You need to be logged in to leave comments. Login now