We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04cd87a + 2c1bf61 commit 2aa2545Copy full SHA for 2aa2545
_theme/breadcrumb.html
@@ -1,6 +1,6 @@
1
<div class="breadcrumbs-section" role="navigation" aria-label="related navigation">
2
<div class="content-container">
3
- <div class="d-flex justify-content-between">
+ <div class="d-flex justify-content-between flex-wrap">
4
<ol class="breadcrumb">
5
<li class="breadcrumb-item">
6
<a href="{{ pathto(master_doc) }}">{{ shorttitle|e }}</a>
_theme/static/sphinxbootstrap4.css_t
@@ -946,7 +946,9 @@ blockquote {
946
font-size: 12px;
947
}
948
.logo-light {
949
- width: 270px
+ width: 270px;
950
+ max-width: 220px;
951
+ height: 27px;
952
953
.footer-logo {
954
margin-bottom: 30px;
0 commit comments