| 1234567891011121314151617 |
- /*
- * 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-wide .main__content-inner {
- max-width: 800px;
- }
- }
|