Patch #23389 ยป 0001-Change-responsive-media-query-to-screen-only.patch
| 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 |