summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/sass/_sidebar.scss6
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