mirror of
https://github.com/meineerde/redmine.git
synced 2026-03-25 02:09:57 +00:00
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
This commit is contained in:
parent
009b383a37
commit
d3d48c4090
@ -25,7 +25,7 @@
|
|||||||
add first breakpoint here and start adding responsiveness
|
add first breakpoint here and start adding responsiveness
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@media all and (max-width: 899px)
|
@media screen and (max-width: 899px)
|
||||||
{
|
{
|
||||||
/*----------------------------------------*\
|
/*----------------------------------------*\
|
||||||
A) BASIC MOBILE RESETS
|
A) BASIC MOBILE RESETS
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user