ソースを参照

Improved the media query mixin.

Aleksander Nowodzinski 7 年 前
コミット
97ed2b218a
1 ファイル変更1 行追加1 行削除
  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;
 	}
 }