diff --git a/Bootstrap.Admin/Views/Home/Index.cshtml b/Bootstrap.Admin/Views/Home/Index.cshtml index 8f66e810..40b5cfb4 100644 --- a/Bootstrap.Admin/Views/Home/Index.cshtml +++ b/Bootstrap.Admin/Views/Home/Index.cshtml @@ -12,6 +12,22 @@ top: 96px; overflow: hidden; } + + .header { + margin-left: 0 !important; + } + + .header nav { + display: block !important; + } + + .header .sidebar-toggle-box span { + opacity: 1 !important; + } + + .breadcrumb { + border-top: solid 1px #ddd !important; + } }