You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123456789101112131415161718 |
- #breadcrumbs {
- height: 3rem;
- line-height: 3rem;
- padding-left: 3rem;
- }
- #breadcrumbs span {
- display: inline-block;
- padding: 0 1rem;
- }
- #breadcrumbs span:first-child {
- padding-left: 0;
- }
- #breadcrumbs i {
- display: inline-block;
- width: 20px;
- text-align: center;
- }
|