From 34af7f5a2b634b43657be71500ab7ea22419b252 Mon Sep 17 00:00:00 2001 From: Toover Date: Mon, 10 Apr 2017 19:19:18 +0200 Subject: [PATCH] Fix the display of the layout on mobile devices #113 On narrow screens, the top-level navigation bar was covering the top of the content. By ensuring the navigation bar is collapsed by default, mobile users are not annoyed anymore by it. --- budget/templates/layout.html | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/budget/templates/layout.html b/budget/templates/layout.html index 979f994f..db751f99 100644 --- a/budget/templates/layout.html +++ b/budget/templates/layout.html @@ -34,10 +34,15 @@ +