back to responsive
This commit is contained in:
parent
28280cff66
commit
0335885de1
|
|
@ -31,7 +31,6 @@ html h1 {
|
|||
font-family: 'Roboto' !important;
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
.sidenav {
|
||||
height: 100%; /* Full-height: remove this if you want "auto" height */
|
||||
width: 160px; /* Set the width of the sidebar */
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
<div id="wrapper">
|
||||
|
||||
<!-- Sidebar -->
|
||||
<ul class="navbar-nav bg-gray-900 sidebar sidebar-dark accordion sidenav " id="accordionSidebar">
|
||||
<ul class="navbar-nav bg-gray-900 sidebar sidebar-dark accordion" id="accordionSidebar">
|
||||
|
||||
<!-- Sidebar - Brand -->
|
||||
<a class="sidebar-brand d-flex align-items-center justify-content-center" href="{% url 'users-dashboard' %}">
|
||||
|
|
@ -185,7 +185,7 @@
|
|||
<!-- End of Sidebar -->
|
||||
|
||||
<!-- Content Wrapper -->
|
||||
<div id="content-wrapper" class="d-flex flex-column contentagainstnav">
|
||||
<div id="content-wrapper" class="d-flex flex-column ">
|
||||
|
||||
<!-- Main Content -->
|
||||
<div id="content">
|
||||
|
|
|
|||
Loading…
Reference in New Issue