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 1rem;
- background: #fff;
- }
-
- @media screen and (min-width: 75rem) {
- .layout-bottom {
- padding: 3rem 0;
- }
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.