| 123456789101112131415161718192021 |
- /*
- * Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
- */
- /* https://github.com/ckeditor/ckeditor5/issues/913 */
- @media only screen and (min-width: 1600px) {
- .main .main__content-wide .main__content-inner {
- width: 800px;
- }
- }
- /* https://github.com/ckeditor/ckeditor5/issues/913 */
- @media only screen and (min-width: 1360px) {
- .main .main__content.main__content-wide {
- padding-right: 0;
- }
- .main .main__content-wide .main__content-inner {
- max-width: 800px;
- }
- }
|