bottom.css
Same filename in other branches
This file is used to style the bottom region.
File
-
core/
profiles/ demo_umami/ themes/ umami/ css/ components/ regions/ bottom/ bottom.css
View source
- /**
- * @file
- * This file is used to style the bottom region.
- */
-
- .layout-bottom {
- overflow: hidden;
- padding: 2rem 4%;
- background: #fff;
- }
- /* Extra large + side margins */
- @media screen and (min-width: 80rem) {
- /* 1200px (large) + 80px (side margins) = 1280px */
- .layout-bottom {
- padding: 2rem 0;
- }
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.