layout-discovery-section-layout.css 416 B

1234567891011121314151617181920212223242526272829
  1. /*
  2. * DO NOT EDIT THIS FILE.
  3. * See the following change record for more information,
  4. * https://www.drupal.org/node/3084859
  5. * @preserve
  6. */
  7. /*
  8. * @file
  9. * Provides default layout styles for all layout sections.
  10. */
  11. .layout {
  12. margin-bottom: 1.125rem;
  13. }
  14. @media (min-width: 43.75rem) {
  15. .layout {
  16. margin-bottom: 2.25rem;
  17. }
  18. }
  19. @media (min-width: 62.5rem) {
  20. .layout {
  21. margin-bottom: 3.375rem;
  22. }
  23. }