remove min-width: desktop query for docs-nav (#1105)

This commit is contained in:
David Ko
2018-02-22 17:19:23 -05:00
committed by Jessica Parsons
parent b4b5846824
commit a1023e89a1
3 changed files with 10 additions and 13 deletions

View File

@ -18,14 +18,6 @@
display: block;
}
@media screen and (min-width: $desktop) {
position: fixed;
top: 158px;
bottom: 0;
overflow-y: auto;
padding-right: 1em;
}
&.mobile {
display: block;
position: relative;
@ -117,11 +109,6 @@
@neat-shift 1 24;
}
@media screen and (min-width: $desktop) {
@neat-shift 7 24;
}
h2:not(:first-child) {
margin-top: $large;
}