mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-10 22:45:24 +08:00
Merge pull request #2470 from chirag04/showcase_size
[Showcase] Reduce the width on showcase items
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user