Hide articles in progress bar on mobile

This commit is contained in:
Samy Pessé
2014-04-02 17:48:35 -07:00
parent c88382aea0
commit faf63566df
2 changed files with 9 additions and 1 deletions
File diff suppressed because one or more lines are too long
+8
View File
@@ -74,6 +74,14 @@
background: @brand-success;
box-shadow: none;
}
@media (max-width: 800px) {
display: none;
&.new-chapter {
display: block;
}
}
}
}
}