Browse Source

Change responsive media query to screen only (#23389).

Patch by Felix Gliesche.

git-svn-id: http://svn.redmine.org/redmine/trunk@15778 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/3.4.0
Jean-Philippe Lang 7 years ago
parent
commit
d3d48c4090
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      public/stylesheets/responsive.css

+ 1
- 1
public/stylesheets/responsive.css View File

@@ -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

Loading…
Cancel
Save