feat(aio): implement gkalpak review suggestions

This commit is contained in:
Ward Bell
2017-04-27 15:33:50 -07:00
committed by Pete Bacon Darwin
parent 4be1966a21
commit f1f04fa782
4 changed files with 5 additions and 12 deletions

View File

@ -94,10 +94,3 @@ aio-toc > div {
aio-toc > div.closed li.secondary {
display: none;
}
@media screen and (max-width: 1200px) {
aio-toc.embedded:not(:empty) {
display: block;
margin: 20px 0 24px;
}
}