reduce the width on showcase items

This commit is contained in:
chirag04 2015-08-27 16:08:14 -04:00
parent b1573a45a7
commit 791ed112f2
1 changed files with 3 additions and 3 deletions

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;
}