fixed sidebar to constant size and position

This commit is contained in:
antil0pa 2020-02-27 22:27:11 +01:00
parent 97a5f5dbd7
commit 37b1f3f194
1 changed files with 2 additions and 2 deletions

View File

@ -453,9 +453,9 @@ ul#nav li a:hover {
/* sidebar */
#sidebar {
max-width: 250px;
width: 250px;
padding-top: 10px;
margin-left: 20px;
margin-right: 20px;
margin-bottom: 10px;
}