From 791ed112f27c9c1ef0b74a663ca4f6dc908633e8 Mon Sep 17 00:00:00 2001 From: chirag04 Date: Thu, 27 Aug 2015 16:08:14 -0400 Subject: [PATCH] reduce the width on showcase items --- website/src/react-native/css/react-native.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/src/react-native/css/react-native.css b/website/src/react-native/css/react-native.css index bf0d50817..8a89946c6 100644 --- a/website/src/react-native/css/react-native.css +++ b/website/src/react-native/css/react-native.css @@ -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; }