Merge branch '36496-badges-should-not-be-huge' into 'master'

Resolve "Badges should not be HUGE"

Closes #36496

See merge request !13635
This commit is contained in:
Clement Ho 2017-08-22 19:25:55 +00:00
commit 522b3371a5
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@
img {
/*max-width: 100%;*/
margin: 0 0 8px;
}
img.lazy {
min-width: 200px;
min-height: 100px;
background-color: $gray-lightest;