diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-03-21 16:36:45 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-03-21 16:36:45 +0100 |
commit | f2566e649ffd944dd5dfea3ba38124fef9472ed8 (patch) | |
tree | ad49552302890df1678e6944c4751b4db44e7a4e /core/css/mobile.css | |
parent | c6aefada71097d2baf7db36b4829e7f6b258ea95 (diff) | |
download | nextcloud-server-f2566e649ffd944dd5dfea3ba38124fef9472ed8.tar.gz nextcloud-server-f2566e649ffd944dd5dfea3ba38124fef9472ed8.zip |
mobile: adjust break to 768, also fix min-widths
Diffstat (limited to 'core/css/mobile.css')
-rw-r--r-- | core/css/mobile.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/mobile.css b/core/css/mobile.css index 6665b95f27c..dbe1c55a560 100644 --- a/core/css/mobile.css +++ b/core/css/mobile.css @@ -1,4 +1,4 @@ -@media only screen and (max-width: 600px) { +@media only screen and (max-width: 768px) { /* show caret indicator next to logo to make clear it is tappable */ #owncloud.menutoggle { |