Änderungen

This commit is contained in:
ja
2021-11-24 11:26:09 +01:00
parent e213d2d3d7
commit 2b81cec1ab
3 changed files with 8 additions and 6 deletions

View File

@@ -100,14 +100,14 @@ a:focus {
}
#sidebar {
min-width: 250px;
max-width: 250px;
width: 235px;
background-color:#fff;
color:#043381;
}
#sidebar.active {
margin-left: -250px;
margin-left: -252px;
}
#sidebar .sidebar-header {