From 454523b6ddbcd0b2b790b091b89224ca54d88fde Mon Sep 17 00:00:00 2001 From: Tobias Groza Date: Fri, 5 Apr 2019 21:53:54 +0200 Subject: [PATCH] Fix menu burger icon in navbar (mobile devices) --- theme/css/theme_child.css | 3 +++ theme/main.html | 1 + 2 files changed, 4 insertions(+) create mode 100644 theme/css/theme_child.css diff --git a/theme/css/theme_child.css b/theme/css/theme_child.css new file mode 100644 index 0000000..0cabce0 --- /dev/null +++ b/theme/css/theme_child.css @@ -0,0 +1,3 @@ +.wy-nav-top i { + line-height: 50px; +} \ No newline at end of file diff --git a/theme/main.html b/theme/main.html index e22bb5a..1f9bdaa 100644 --- a/theme/main.html +++ b/theme/main.html @@ -16,6 +16,7 @@ +