Merge pull request #2470 from chirag04/showcase_size

[Showcase] Reduce the width on showcase items
This commit is contained in:
Christopher Chedeau
2015-08-27 13:11:31 -07:00

View File

@@ -993,13 +993,13 @@ div[data-twttr-id] iframe {
}
.showcase {
margin: 40px 40px 40px 0px;
width: 25%;
margin: 40px auto;
width: 30%;
display: inline-block;
}
.showcase img {
width: 175px;
width: 100px;
border-radius: 20px;
}