From 76e73d51acf51295838de9c120aae0639195f48f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Fri, 4 Mar 2016 13:27:53 +0100 Subject: [PATCH] Fixed bug where playlist bugs on smaller width --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 8287fbab..68bed956 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -1450,7 +1450,7 @@ nav ul li:hover, nav ul li.active { } } -@media only screen and (min-width: 992px){ +@media only screen and (min-width: 769px){ .navbar-fixed {