views.css 350 B

1234567891011121314151617181920212223242526
  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. * Styles for views.
  10. */
  11. .view > * {
  12. margin-bottom: 2.25rem;
  13. }
  14. .view > *:last-child {
  15. margin-bottom: 0;
  16. }
  17. @media (min-width: 43.75rem) {
  18. .view > * {
  19. margin-bottom: 3.375rem;
  20. }
  21. }