Skip to content

Commit

Permalink
increase navbar height
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed May 13, 2024
1 parent 2654425 commit 395cb57
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions jupyter_nbconvert_template/index.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@
background-size: auto 100% !important;
background-position: right 10px top 0px !important;
float: left;
height: 40px;
height: 50px;
width: 100%;
background: #333;
z-index: 1;
margin: 0;
padding: 0;
font-size: 20px;
font-size: 24px;
line-height: 30px;
color: #fff;
}
Expand Down

0 comments on commit 395cb57

Please sign in to comment.