This repository has been archived on 2024-11-13. You can view files and clone it, but cannot push or open issues or pull requests.
fediversity_website/themes/nluug/assets/scss/styles_breadcrumb.scss

17 lines
226 B
SCSS
Raw 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 {
content: ">";
padding: 0.3rem;
}