Fixes campaign thumbnail left alignment issue

This commit is contained in:
Paul Clarke 2016-05-06 14:12:19 +12:00 committed by Ingo Schommer
parent 122d2d6eab
commit 261ca9378e

View File

@ -48,7 +48,7 @@
display: block;
background: $gray-lighter;
float: left;
margin: -12px 12px 0 - $spacer-y;
margin: -12px 12px 0 #{0 - $spacer-y};
}
.list-group-item__info {