Project

General

Profile

Patch #23389 ยป 0001-Change-responsive-media-query-to-screen-only.patch

Felix Gliesche, 2016-07-20 12:11

View differences:

public/stylesheets/responsive.css
25 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 31
    A) BASIC MOBILE RESETS
    (1-1/1)