Description
Breadcrumbs display left aligned to the browser window
Steps to reproduce
View a page with breadcrumbs in a wide browser window:
Expected result
I'd expect them to be aligned with the logo in the nav.
.mzp-c-breadcrumb-list {
max-width: 1440px;
margin: 0 auto;
}