diff --git a/themes/lumbung-theme/static/css/main.css b/themes/lumbung-theme/static/css/main.css index 2bf2e12..4c63c23 100644 --- a/themes/lumbung-theme/static/css/main.css +++ b/themes/lumbung-theme/static/css/main.css @@ -979,7 +979,6 @@ footer a:hover { .lumbung-radio-player { display: flex; - display: none; color: var(--sounds-dark); border: 1px solid var(--sounds-dark); background: var(--sounds-light); @@ -993,4 +992,10 @@ footer a:hover { bottom: 2rem; right: 2rem; cursor: pointer; +} + +@media (max-width: 480px) { + .lumbung-radio-player { + display: none; + } } \ No newline at end of file