Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #breadcrumbs {
- display: flex;
- align-items: center;
- padding: 0;
- flex-wrap: wrap;
- list-style-type: none;
- }
- #breadcrumbs li {
- margin-right: 5px;
- margin-left: 5px;
- }
- #breadcrumbs li:first-child,
- #breadcrumbs li:last-child{
- margin-left: 0;
- }
- .last-breadcrumb {
- flex: 1 1 100%;
- }
Add Comment
Please, Sign In to add comment