From 352a3e065f7a7093184891c1d480b9487ada142c Mon Sep 17 00:00:00 2001 From: evazion Date: Tue, 2 May 2017 22:13:38 -0500 Subject: [PATCH] responsive layout: fix dropdown nav menu overlapping main content. The culprit is `float: right;` but none of this other stuff is needed. --- app/assets/stylesheets/common/responsive.scss | 8 -------- 1 file changed, 8 deletions(-) diff --git a/app/assets/stylesheets/common/responsive.scss b/app/assets/stylesheets/common/responsive.scss index 966582676..9bc2a15c1 100644 --- a/app/assets/stylesheets/common/responsive.scss +++ b/app/assets/stylesheets/common/responsive.scss @@ -129,14 +129,6 @@ } } - nav { - background: none; - float: right; - font-size: 1.125em; - width: 100%; - margin-bottom: 1em; - } - #nav { display: none; }