Simplify main admin header margin rules
Instead of having a header with a bottom margin followed by an element with a negative margin, it makes more sense to have no margin on either element.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<body class="admin">
|
||||
<%= render "layouts/admin_header" %>
|
||||
|
||||
<div class="menu-and-content no-margin-top">
|
||||
<div class="menu-and-content">
|
||||
<%= check_box_tag :show_menu, nil, false, role: "switch" %>
|
||||
|
||||
<nav id="side_menu" class="admin-sidebar">
|
||||
|
||||
Reference in New Issue
Block a user