diff options
author | amzrk2 | 2020-04-14 09:46:09 +0800 |
---|---|---|
committer | amzrk2 | 2020-04-14 09:46:09 +0800 |
commit | c1db6466cf7cf4949595ad3ae97c352b38e313e8 (patch) | |
tree | 88d764a498e13dacad0426d267144fd9222e9e47 /assets | |
parent | 61e32b780bc8c5dbfbcc2dc8c4704d437f885b67 (diff) | |
download | hugo-theme-fuji-c1db6466cf7cf4949595ad3ae97c352b38e313e8.tar.gz hugo-theme-fuji-c1db6466cf7cf4949595ad3ae97c352b38e313e8.tar.bz2 hugo-theme-fuji-c1db6466cf7cf4949595ad3ae97c352b38e313e8.zip |
Resize the bgm chart display under 768px
Diffstat (limited to 'assets')
-rw-r--r-- | assets/sass/_sidebar.scss | 6 |
1 files changed, 5 insertions, 1 deletions
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 |