Updated sidebar and fixed spacing

This commit is contained in:
Oliver Davies 2015-12-24 08:11:55 +00:00
parent 141915e8b5
commit 03cfe7f93e
4 changed files with 21 additions and 10 deletions

View file

@ -0,0 +1,15 @@
.panel--badges {
> a {
display: block;
margin: 0 0 10px;
text-align: center;
&:last-child {
margin-bottom: 0;
}
&[class$="da-member"] img {
max-width: 175px;
}
}
}