FIX: Wrench would incorrectly on wide browsers with composer up

This commit is contained in:
Robin Ward 2017-06-26 13:17:27 -04:00
parent df5ee0cfc1
commit bf592c0ee7
1 changed files with 4 additions and 5 deletions

View File

@ -209,12 +209,12 @@
}
@media all
and (max-width : 1000px) {
and (min-width: 400px) {
#topic-progress, #topic-progress-expanded {
right: 0;
left: 0;
}
right: 0;
left: 0;
}
#topic-progress-wrapper {
right: 160px;
@ -229,7 +229,6 @@ and (max-width : 1000px) {
}
}
@media all
and (max-width : 485px) {