Nicer formatting of gists in docs

Summary: The gists in the docs have large margins to fit with the front page.  This diff specialises that margin setting and sets it to something smaller for other gists.

Reviewed By: emilsjolander

Differential Revision: D4666016

fbshipit-source-id: 5121849a153e78d523b33e10b96641426e794f8d
This commit is contained in:
Robert Spencer
2017-03-07 05:16:06 -08:00
committed by Facebook Github Bot
parent abf912b729
commit 17be6718ee
2 changed files with 12 additions and 1 deletions

View File

@@ -29,6 +29,12 @@
}
.gist {
margin: 5px;
margin-left: 0px;
margin-right: 0px;
}
.gistsample > .gist {
width: 600px;
margin: 50px;
margin-left: 0px;