This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
markDownViewer.component.scss 148 B
Newer Older
@media (min-width: 992px) {
  .modal-xxl
  {
    max-width: 1200px;
  }
}

@media (min-width: 1200px) {
  .modal-xxl {
    max-width: 1440px;
  }
}