diff options
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 82b3424b7af..c0628ec779e 100644 --- a/core/css/mobile.css +++ b/core/css/mobile.css @@ -20,7 +20,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. * */ -@media only screen and (max-width: 1024px) { +@media only screen and (width < 1024px) { /* position share dropdown */ #dropdown { margin-right: 10% !important; |