From 395cb57fa8bd73841c4c859ffbe982e1013f762c Mon Sep 17 00:00:00 2001 From: Liam Keegan Date: Mon, 13 May 2024 14:52:08 +0200 Subject: [PATCH] increase navbar height --- jupyter_nbconvert_template/index.html.j2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/jupyter_nbconvert_template/index.html.j2 b/jupyter_nbconvert_template/index.html.j2 index f09ce0c..3b8fa81 100644 --- a/jupyter_nbconvert_template/index.html.j2 +++ b/jupyter_nbconvert_template/index.html.j2 @@ -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; }