Skip to content

Commit d067888

Browse files
committed
Fix hero layout on the home page
1 parent 6b75d0a commit d067888

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

_theme/static/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
.hero-nav {
2525
margin: 60px 0 0;
2626
}
27-
.hero-nav ul.current {
27+
.hero-nav ul {
2828
display: flex;
2929
justify-content: space-between;
3030
flex-wrap: wrap;

_theme/static/sphinxbootstrap4.css_t

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@ form.navbar-search .navbar-search-input {
138138
cursor: pointer;
139139
}
140140
.navbar-dark button.navbar-toggler{
141-
color: #fff;
142-
border-color: rgba(255, 255, 255, 0.5);
141+
border-color: rgba(0,0,0,.5);
143142
}
144143
.navbar-collapse .dropdown-divider {
145144
border-color: rgba(255, 255, 255, 0.5);

0 commit comments

Comments
 (0)