1
0
mirror of synced 2025-12-22 11:26:57 -05:00
Files
docs/components/page-header/Header.module.scss
Grace Park 240f5fbafe Updating breadcrumbs (#22626)
* updating breadcrumbs

* fix tests

* one more
2021-11-08 17:53:19 +00:00

14 lines
221 B
SCSS

.breadcrumbs {
clip-path: inset(-5px -5px -5px 0px);
}
@media only screen and (max-width: 1750px) {
.collapsebreadcrumbs a:not(:first-child):not(:last-child) {
display: none;
}
}
.header {
display: unset;
}