change mobile breakpoint for shared view to 768px as well

This commit is contained in:
Jan-Christoph Borchardt 2014-03-26 16:32:09 +01:00
parent 8958b9147b
commit eeaefd84c3

View file

@ -1,4 +1,4 @@
@media only screen and (max-width: 600px) {
@media only screen and (max-width: 768px) {
/* make header scroll up for single shares, more view of content on small screens */
#header.share-file {