Преглед изворни кода

Merge pull request #1359 from ckeditor/t/1350

Docs: Content margin should not be overridden for mobile devices. Closes #1350.
Piotrek Koszuliński пре 7 година
родитељ
комит
3e8a470e73
1 измењених фајлова са 3 додато и 2 уклоњено
  1. 3 2
      docs/assets/styles.css

+ 3 - 2
docs/assets/styles.css

@@ -11,8 +11,9 @@
 	}
 }
 
-/* https://github.com/ckeditor/ckeditor5-build-decoupled-document/issues/12 */
-@media only screen and (max-width: 1360px) {
+/* https://github.com/ckeditor/ckeditor5/issues/1350
+https://github.com/ckeditor/ckeditor5-build-decoupled-document/issues/12 */
+@media only screen and (min-width: 960px) and (max-width: 1360px) {
 	/* https://github.com/ckeditor/ckeditor5/issues/1077 */
 	.main .main__content .main__content-inner,
 	.main .main__content-wide .main__content-inner {