Fix typo in the css classes
This commit is contained in:
parent
6c240090ae
commit
9a43f9ff8c
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue