Issue #1799700 by attiks: Fixed Missing space in breakpoint.

8.0.x
webchick 2012-10-08 09:25:44 -07:00
parent 7be7d81200
commit ce9c71f6d0
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
mobile: '(min-width: 0px)'
narrow: 'all and (min-width: 560px) and (max-width:850px)'
narrow: 'all and (min-width: 560px) and (max-width: 850px)'
wide: 'all and (min-width: 851px)'

View File

@ -71,7 +71,7 @@ body,
padding: 0 10px;
}
@media all and (min-width: 560px) and (max-width:850px) {
@media all and (min-width: 560px) and (max-width: 850px) {
#sidebar-first,
.region-triptych-first,