From 257fa7f9bbb061fbb8e36cbdf696f483fba3f568 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Fri, 18 Nov 2016 11:23:17 +0000 Subject: [PATCH] Shift propositional navigation down MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This seems to be a custom thing done on Tim and Stephen’s prototype to re-align the proposition nav. Not sure if it’s better or worse. --- app/assets/stylesheets/app.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/app.scss b/app/assets/stylesheets/app.scss index 0ecc41389..00c79977b 100644 --- a/app/assets/stylesheets/app.scss +++ b/app/assets/stylesheets/app.scss @@ -24,6 +24,9 @@ padding: 0 0 0 15px; } } + #proposition-menu { + margin-top: 9px; + } } }