sidebar size responsive

This commit is contained in:
Tobias Gabelunke
2020-07-01 10:00:53 +02:00
parent ab720fd798
commit e80cd86302
2 changed files with 57 additions and 44 deletions

View File

@@ -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;
}