/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /** * @file * Content region layout. */ .region--content { margin-bottom: 18px } @media (min-width: 700px) { .region--content { margin-bottom: 36px } } @media (min-width: 1000px) { .region--content { margin-bottom: 54px } }