5 lines
82 B
CSS
5 lines
82 B
CSS
.breadcrumbs {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
gap: var(--gap-half);
|
|
} |