fix table of contents overflowing sidebar on some screen widths

This commit is contained in:
mDuo13
2016-03-28 16:49:40 -07:00
parent 499faf6ea1
commit 752f8fa0c0

View File

@@ -202,7 +202,7 @@
} }
@media (max-width: 1200px) { @media (max-width: 1200px) {
.page-template-template-dev-portal-php .dev_nav_wrapper { .page-template-template-dev-portal-php .dev_nav_wrapper {
max-width: 300px; max-width: 290px;
} }
} }
@media (max-width: 992px) { @media (max-width: 992px) {
@@ -436,4 +436,3 @@
} }
.multicode a.current:hover {} .multicode a.current:hover {}