/**
 * @file
 * Styles for views.
 *
 * Extends the corresponding Olivero stylesheet.
 *
 * @see core/themes/olivero/css/layout/views.css
 */

.view-frontpage .view-content {
  grid-column: 1 / 7;

  @media (min-width: 43.75rem) {
    grid-column: 2 / -2;
  }
}
