Sfoglia il codice sorgente

Widened the responsive layout of the guides to keep all toolbar buttons of the document editor build in one line.

Aleksander Nowodzinski 7 anni fa
parent
commit
5bec77327d
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  1. 7 0
      docs/assets/styles.css

+ 7 - 0
docs/assets/styles.css

@@ -9,6 +9,13 @@
 	}
 }
 
+/* https://github.com/ckeditor/ckeditor5-build-decoupled-document/issues/12 */
+@media only screen and (max-width: 1360px) {
+	.main .main__content-wide .main__content-inner {
+		max-width: 900px;
+	}
+}
+
 /* https://github.com/ckeditor/ckeditor5/issues/913 */
 @media only screen and (min-width: 1360px) {
 	.main .main__content.main__content-wide {