Fix spacing in breadcrumbs

This commit is contained in:
Tetrakern 2023-07-02 01:35:50 +02:00
parent ebd7cd8046
commit 199b8645dd
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -15,7 +15,7 @@
&::after {
content: '/';
display: inline-block;
margin: 0 .4rem 0 .3rem;
margin: 0 .3rem;
}
}
}