Updated to Drupal 8.6.4, which is PHP 7.3 friendly. Also updated HTMLaw library....
[yaffs-website] / web / core / profiles / demo_umami / themes / umami / css / components / navigation / breadcrumbs / breadcrumbs.css
1 /**
2  * @file
3  * This file is used to style the breadcrumbs.
4  */
5 .breadcrumb {
6   padding: 0.79rem 1.266rem;
7 }
8 /* Large */
9 @media screen and (min-width: 60rem) { /* 960px */
10   .breadcrumb {
11     padding-left: 2.37rem;
12     padding-right: 2.37rem;
13   }
14 }