Files
personal-website/assets/css/partials/breadcrumb.css
T
2023-11-14 20:13:53 +01:00

21 lines
252 B
CSS
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
.breadcrumb {
margin-bottom: 1.5rem;
}
.breadcrumb ol {
padding-left: 0;
}
.breadcrumb li {
display: inline;
}
.breadcrumb li:not(:last-child)::after {
content: '';
margin: 0rem .5rem;
}
.breadcrumb a {
text-transform: capitalize;
}