Increase sidebar size

master
rubenwardy 2018-01-13 00:09:21 +00:00
parent ca85ccf13c
commit d314a3838f
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ html, body {
margin: 0; margin: 0;
padding: 0 20px 20px 20px; padding: 0 20px 20px 20px;
position: absolute; position: absolute;
left: 250px; left: 280px;
right: 0; right: 0;
top: 0; top: 0;
} }
@ -28,7 +28,7 @@ html, body {
#navbar { #navbar {
position: absolute; position: absolute;
left: 0; left: 0;
width: 250px; width: 280px;
top: 0; top: 0;
padding: 0; padding: 0;
margin: 0; margin: 0;