Skip to content

Commit c9f9e85

Browse files
committed
Update header.html and main.css
1 parent 8a1014f commit c9f9e85

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

app/blog/templates/blog/parts/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<button type="button" class="hamburger">&#9776;</button>
99
<div class="navbar-menu">
1010
<ul class="navbar-nav">
11-
<li class="nav-item dropdown">
11+
<li class="nav-item dropdown nav-categories">
1212
<a class="nav-link dropdown-toggle" href="#" role="button">
1313
Categories
1414
</a>

app/staticfiles/css/main.css

+3
Original file line numberDiff line numberDiff line change
@@ -1551,6 +1551,9 @@ figure img {
15511551
.navbar-nav>li:hover:not(.dropdown) {
15521552
animation: button-shake 0.3s linear;
15531553
}
1554+
.nav-categories {
1555+
display: none;
1556+
}
15541557
}
15551558

15561559
.comment {

0 commit comments

Comments
 (0)