8
0

styles.css 434 B

1234567891011121314151617
  1. /*
  2. * Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
  3. */
  4. /* https://github.com/ckeditor/ckeditor5/issues/913 */
  5. @media only screen and (min-width: 1600px) {
  6. .main .main__content-wide .main__content-inner {
  7. width: 800px;
  8. }
  9. }
  10. /* https://github.com/ckeditor/ckeditor5/issues/913 */
  11. @media only screen and (min-width: 1360px) {
  12. .main .main__content-wide .main__content-inner {
  13. max-width: 800px;
  14. }
  15. }