/**
 * @file
 * Reusable utility classes for working with Drupal views.
 */

.view-full-width {
  grid-column: 1 / -1;
}
