Fix typo in the css classes

This commit is contained in:
Mathieu David 2015-09-24 20:56:16 +02:00
parent 6c240090ae
commit 9a43f9ff8c
2 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@ body {
} }
@media only screen and (max-width: 1060px) { @media only screen and (max-width: 1060px) {
.sidebar { .sidebar {
left: -$sidebar-width; left: -300px;
} }
} }
.sidebar-hidden .sidebar { .sidebar-hidden .sidebar {