small tweaks to the "breadcrumbs" part of the theme to avoid double inserting a separation character

This commit is contained in:
Axel Kohlmeyer
2023-01-21 04:02:02 -05:00
parent 3f34f54847
commit c3b1c661a8
2 changed files with 10 additions and 4 deletions

View File

@ -74,9 +74,16 @@ hr {
}
.rst-breadcrumbs-buttons {
padding-top: 5px;
margin: 0;
}
.breadcrumb-item:before {
content: "»";
color: black;
font-size: 16px;
}
p {
margin-bottom: 12px;
}