diff --git a/app/assets/stylesheets/base.css.scss b/app/assets/stylesheets/base.css.scss index 6ce16f9b..48897a05 100644 --- a/app/assets/stylesheets/base.css.scss +++ b/app/assets/stylesheets/base.css.scss @@ -96,4 +96,8 @@ body { .j2-delete { color: $brand-danger; text-decoration: none; +} + +.j2-navbar { + margin-bottom: 0px; } \ No newline at end of file diff --git a/app/views/static/_mobile_nav.html.haml b/app/views/static/_mobile_nav.html.haml index 1bffbf09..24304d95 100644 --- a/app/views/static/_mobile_nav.html.haml +++ b/app/views/static/_mobile_nav.html.haml @@ -1,4 +1,4 @@ -%nav.navbar.navbar-default.navbar-static-top.visible-xs{role: "navigation"} +%nav.navbar.navbar-default.navbar-static-top.j2-navbar.visible-xs{role: "navigation"} .container .navbar-header %button.navbar-toggle{"data-target" => "#j2-tl-navbar-collapse", "data-toggle" => "collapse", type: "button"}