breadcrumbs.css
Same filename in other branches
This file is used to style the breadcrumbs.
File
-
core/
profiles/ demo_umami/ themes/ umami/ css/ components/ navigation/ breadcrumbs/ breadcrumbs.css
View source
- /**
- * @file
- * This file is used to style the breadcrumbs.
- */
- .breadcrumb {
- padding: 0.79rem 4%;
- }
- .breadcrumb li {
- display: inline-block;
- }
- /* Extra large + side margins */
- @media screen and (min-width: 80rem) { /* 1200px (large) + 80px (side margins) = 1280px */
- .breadcrumb {
- padding-right: 0;
- padding-left: 0;
- }
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.