bottom.css 234 B

12345678910111213141516
  1. /**
  2. * @file
  3. * This file is used to style the bottom region.
  4. */
  5. .layout-bottom {
  6. overflow: hidden;
  7. padding: 2rem 1rem;
  8. background: #fff;
  9. }
  10. @media screen and (min-width: 75rem) {
  11. .layout-bottom {
  12. padding: 3rem 0;
  13. }
  14. }