Fixed issue with soundcloud player not hiding on small device on pausing

This commit is contained in:
Kasper Rynning-Tønnesen
2018-09-27 13:18:05 +02:00
parent fe727c075f
commit 473dde44f1
2 changed files with 6 additions and 1 deletions

View File

@@ -3207,6 +3207,10 @@ nav ul li:hover, nav ul li.active {
display: block !important;
}
.small-display-hide {
display: none !important;
}
.hide-on-small-only{
display:none;
}