remove min-width: desktop query for docs-nav (#1105)
This commit is contained in:
committed by
Jessica Parsons
parent
b4b5846824
commit
a1023e89a1
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user