6
0
Fork 0
This repository has been archived on 2024-10-15. You can view files and clone it, but cannot push or open issues or pull requests.
fediversity_website_archive/themes/nluug/assets/scss/styles_breadcrumb.scss

17 lines
227 B
SCSS
Raw Permalink Normal View History

2023-05-15 15:26:10 +02:00
.breadcrumb {
list-style: none;
display: flex;
flex-wrap: wrap;
align-items: baseline;
}
.breadcrumb li {
display: inline;
white-space: nowrap;
}
.breadcrumb li + li:before {
2023-05-15 15:57:51 +02:00
content: "»";
padding: 0.1rem;
2023-05-15 15:26:10 +02:00
}