try "the McWumbly shadow" effect

This commit is contained in:
Jeff Atwood 2015-04-03 23:07:49 -07:00
parent 6f63f4fe17
commit 19be0ff744
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
img.avatar { img.avatar {
border-radius: 100px; border-radius: 50%;
} }
.container { .container {

View File

@ -110,7 +110,7 @@
} }
.avatar { .avatar {
&.latest:not(.single) { &.latest:not(.single) {
box-shadow: 0 0 6px 1px desaturate(scale-color($tertiary, $lightness: 30%), 35%); box-shadow: 2px 3px 8px 2px rgba(0,0,0, .3);
} }
} }