bottom.css

Same filename in other branches
  1. 8.9.x core/profiles/demo_umami/themes/umami/css/components/regions/bottom/bottom.css
  2. 10 core/profiles/demo_umami/themes/umami/css/components/regions/bottom/bottom.css
  3. 11.x core/profiles/demo_umami/themes/umami/css/components/regions/bottom/bottom.css

This file is used to style the bottom region.

File

core/profiles/demo_umami/themes/umami/css/components/regions/bottom/bottom.css

View source
  1. /**
  2. * @file
  3. * This file is used to style the bottom region.
  4. */
  5. .layout-bottom {
  6. overflow: hidden;
  7. padding: 2rem 4%;
  8. background: #fff;
  9. }
  10. /* Extra large + side margins */
  11. @media screen and (min-width: 80rem) { /* 1200px (large) + 80px (side margins) = 1280px */
  12. .layout-bottom {
  13. padding: 2rem 0;
  14. }
  15. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.