From 53b9d55d6ee3d74ee68874746fdb5a178e990460 Mon Sep 17 00:00:00 2001 From: Tomochin Date: Tue, 9 Feb 2021 01:03:29 +0700 Subject: [PATCH] Fix Music Perf style issue --- static/styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles/global.css b/static/styles/global.css index 1f570fa..eb9ed8b 100644 --- a/static/styles/global.css +++ b/static/styles/global.css @@ -14,7 +14,7 @@ .cats_tvmusic { margin: 0 auto; width: 48px; height: 48px; background: url('/static/common/caticons/tvmusic.png') no-repeat center center/contain; } .cats_tvvariety { margin: 0 auto; width: 48px; height: 48px; background: url('/static/common/caticons/tvvariety.png') no-repeat center center/contain; } .cats_tvdrama { margin: 0 auto; width: 48px; height: 48px; background: url('/static/common/caticons/tvdrama.png') no-repeat center center/contain; } -.cats_musicperformance { margin: 0 auto; width: 48px; height: 48pxx; background: url('/static/common/caticons/musicperformance.png') no-repeat center center/contain; } +.cats_musicperformance { margin: 0 auto; width: 48px; height: 48px; background: url('/static/common/caticons/musicperformance.png') no-repeat center center/contain; } .cats_pv { margin: 0 auto; width: 48px; height: 48px; background: url('/static/common/caticons/pv.png') no-repeat center center/contain; } .cats_pictures { margin: 0 auto; width: 48px; height: 48px; background: url('/static/common/caticons/pictures.png') no-repeat center center/contain; } .cats_misc { margin: 0 auto; width: 48px; height: 48px; background: url('/static/common/caticons/misc.png') no-repeat center center/contain; }