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:
parent
5f8e46b8b4
commit
f7a81d1837
|
@ -817,7 +817,7 @@ h2 {
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin: 10px 0;
|
margin: 16px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.highlight {
|
.highlight {
|
||||||
|
|
Loading…
Reference in New Issue