styles.css 501 B

123456789101112131415161718192021
  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.main__content-wide {
  13. padding-right: 0;
  14. }
  15. .main .main__content-wide .main__content-inner {
  16. max-width: 800px;
  17. }
  18. }