From c51d8647c7ac89ebd84f50c025cc54f05e0fc905 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Fri, 20 May 2022 13:29:29 +0500 Subject: [PATCH] unhide lumbung radio player on mobile --- themes/lumbung-theme/static/css/main.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/themes/lumbung-theme/static/css/main.css b/themes/lumbung-theme/static/css/main.css index fb3980a..a23d8ae 100644 --- a/themes/lumbung-theme/static/css/main.css +++ b/themes/lumbung-theme/static/css/main.css @@ -1080,10 +1080,6 @@ footer a:hover { } @media (max-width: 480px) { - .lumbung-radio-player { - display: none; - } - .pagination-container { width: 71vw; margin: 2em 0;