sidebar size responsive
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
.sidebar-wrapper {
|
||||
position: relative;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
position: absolute;
|
||||
width: 15%;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.sidebar a:hover:not(.active) {
|
||||
background-color: indigo;
|
||||
color: white;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user