diff --git a/_css/react.scss b/_css/react.scss index ec2c9717..971701ed 100644 --- a/_css/react.scss +++ b/_css/react.scss @@ -678,3 +678,7 @@ p code { padding-top: 0; } } + +.post { + margin-bottom: 30px; +} diff --git a/_layouts/default.html b/_layouts/default.html index c76ee35e..fd08feb8 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -72,6 +72,7 @@
© 2013 Facebook Inc.
+
- diff --git a/_layouts/docs.html b/_layouts/docs.html index bda55583..8df30790 100644 --- a/_layouts/docs.html +++ b/_layouts/docs.html @@ -19,5 +19,7 @@ sectionid: docs Next → {% endif %} + +
diff --git a/_layouts/post.html b/_layouts/post.html index c2da78a6..656085dc 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -14,5 +14,8 @@ sectionid: blog
{{ content }}
+ +
+