Browse Source

Improved the media query mixin.

Aleksander Nowodzinski 7 years ago
parent
commit
97ed2b218a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-theme-lark/theme/mixins/_rwd.css

+ 1 - 1
packages/ckeditor5-theme-lark/theme/mixins/_rwd.css

@@ -4,7 +4,7 @@
  */
 
 @define-mixin ck-media-mobile {
-	@media all and (max-width: 414px) {
+	@media screen and (max-width: 414px) {
 		@mixin-content;
 	}
 }