Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

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) {
  12. /* 1200px (large) + 80px (side margins) = 1280px */
  13. .layout-bottom {
  14. padding: 2rem 0;
  15. }
  16. }
RSS feed
Powered by Drupal