From 4e0d89c25e8c605a9ac887d1d4a268457f7995ba Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Sat, 4 Feb 2017 10:24:39 +0100 Subject: [PATCH] Better size for the hamburger icon --- static/css/digimarks.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/static/css/digimarks.css b/static/css/digimarks.css index 7b04ac4..26dc002 100644 --- a/static/css/digimarks.css +++ b/static/css/digimarks.css @@ -1,9 +1,16 @@ nav .button-collapse { + /* Fix for misalignment of hamburger icon */ margin: 0; } +nav .button-collapse i +{ + /* Make the hamburger icon great again */ + font-size: 2.7rem; +} + /* label color */ .input-field label { color: #000;