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
This commit is contained in:
Kyle Mathews 2017-03-14 13:38:39 -07:00 committed by Facebook Github Bot
parent 5f8e46b8b4
commit f7a81d1837
1 changed files with 1 additions and 1 deletions

View File

@ -817,7 +817,7 @@ h2 {
}
p {
margin: 10px 0;
margin: 16px 0;
}
.highlight {