Skip to content

Commit 2aa2545

Browse files
author
Will Binns
authored
Merge pull request #67 from EthWorks/ui-improvements
Ui improvements
2 parents 04cd87a + 2c1bf61 commit 2aa2545

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

_theme/breadcrumb.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="breadcrumbs-section" role="navigation" aria-label="related navigation">
22
<div class="content-container">
3-
<div class="d-flex justify-content-between">
3+
<div class="d-flex justify-content-between flex-wrap">
44
<ol class="breadcrumb">
55
<li class="breadcrumb-item">
66
<a href="{{ pathto(master_doc) }}">{{ shorttitle|e }}</a>

_theme/static/sphinxbootstrap4.css_t

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,9 @@ blockquote {
946946
font-size: 12px;
947947
}
948948
.logo-light {
949-
width: 270px
949+
width: 270px;
950+
max-width: 220px;
951+
height: 27px;
950952
}
951953
.footer-logo {
952954
margin-bottom: 30px;

0 commit comments

Comments
 (0)