From 54ef3dfb4e3edab305ef6b0f899a7ae7b88d2923 Mon Sep 17 00:00:00 2001
From: Nick Raienko <enaqxx@gmail.com>
Date: Mon, 4 May 2015 04:05:19 +0300
Subject: [PATCH] Website: Decrease left margin width for better prsentation of
 long codelines in prism

---
 website/src/react-native/css/react-native.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/src/react-native/css/react-native.css b/website/src/react-native/css/react-native.css
index e11863ab23bf72..fb8b62b2267562 100644
--- a/website/src/react-native/css/react-native.css
+++ b/website/src/react-native/css/react-native.css
@@ -132,7 +132,7 @@ html * {
   line-height: 20px;
   border-left: 4px solid #05A5D1;
   padding: 5px 10px;
-  margin-left: 20px;
+  margin-left: 5px;
   background-color: rgba(5, 165, 209, 0.05);
   overflow: auto;
 }