No Description
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.

breadcrumbs.css 295B

123456789101112131415161718
  1. #breadcrumbs {
  2. height: 3rem;
  3. line-height: 3rem;
  4. padding-left: 3rem;
  5. }
  6. #breadcrumbs span {
  7. display: inline-block;
  8. padding: 0 1rem;
  9. }
  10. #breadcrumbs span:first-child {
  11. padding-left: 0;
  12. }
  13. #breadcrumbs i {
  14. display: inline-block;
  15. width: 20px;
  16. text-align: center;
  17. }