
/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @file
 * Special grid system for sidebar.
 */


@media (min-width: 62.5rem) {
  .sidebar-grid > .site-main {
    /* grid-column: 1 / 12; */
  }
}
