change mobile breakpoint for shared view to 768px as well
This commit is contained in:
parent
8958b9147b
commit
eeaefd84c3
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue