new max width for sidebar on desktop

This commit is contained in:
captainill 2015-11-10 02:05:46 -08:00
parent f5aa7e7cb5
commit d77f55b312
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#sidebar {
min-height: 100%;
max-width: 480px;
max-width: 420px;
$border: 1px solid $gray-dark;
font-size: 16px;
font-family: $mono;