[FIX] better scrollbar/footer interactions

This commit is contained in:
mDuo13
2014-09-05 14:32:53 -07:00
parent 96576a36f4
commit 720a39e666
7 changed files with 23 additions and 10 deletions

View File

@@ -685,12 +685,12 @@ a.big.button:hover:visited {
border-bottom: solid 1px #dfe2e7;
}
}
@media (max-width: 768px) /* Mobile and tablet */ {
@media (max-width: 990px) /* Mobile and tablet */ {
.menubar {
display: none;
}
}
@media (min-width: 768px) /* Desktop */ {
@media (min-width: 990px) /* Desktop */ {
.content-root {
padding-left: 230px;
}