From c1db6466cf7cf4949595ad3ae97c352b38e313e8 Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Tue, 14 Apr 2020 09:46:09 +0800 Subject: Resize the bgm chart display under 768px --- assets/sass/_sidebar.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'assets') diff --git a/assets/sass/_sidebar.scss b/assets/sass/_sidebar.scss index b28a09b..537bdaa 100644 --- a/assets/sass/_sidebar.scss +++ b/assets/sass/_sidebar.scss @@ -25,7 +25,11 @@ #widget-bgm img { margin: 0.5em 0em 0.5em 0em; width: 100%; - border-radius: 1px; + border-radius: 2px; filter: grayscale(50%); + + @media screen and (max-width: $width-md){ + width: 50%; + } } } \ No newline at end of file -- cgit v1.2.3