added box-shadow mixin. Added shadow to the gravatar in homepage.
[theme-danix.xyz.git] / assets / sass / components / _image.scss
index 09c402c..6e1388e 100644 (file)
@@ -62,7 +62,8 @@
        }\r
 \r
        .circle > img {\r
-               @include circle(200px, "block")\r
+               @include circle(200px, "block");\r
+               @include box-shadow(-5px, 5px, 5px, _palette(fg-bold));\r
        }\r
 \r
        video {\r