From f7a81d18373f95ff5a9b8cc78b1d59080ba97cbb Mon Sep 17 00:00:00 2001 From: Kyle Mathews Date: Tue, 14 Mar 2017 13:38:39 -0700 Subject: [PATCH] Add a bit more spacing between p elements on website Summary: Closes https://github.com/facebook/react-native/pull/12936 Differential Revision: D4707719 Pulled By: hramos fbshipit-source-id: 1b6c8e144f5a5904b8babdc001f50db8d68086c6 --- website/styles/react-native.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/styles/react-native.scss b/website/styles/react-native.scss index af927e0fe..dcb765bd8 100644 --- a/website/styles/react-native.scss +++ b/website/styles/react-native.scss @@ -817,7 +817,7 @@ h2 { } p { - margin: 10px 0; + margin: 16px 0; } .highlight {