Fix(css): trimming of app sides on mobile

add class container to body
This commit is contained in:
Berkeley Martinez
2016-07-28 23:10:23 -07:00
parent aac598c173
commit 8bbe0b31f9

View File

@ -6,7 +6,7 @@ html(lang='en')
else
title Free Code Camp
include partials/react-stylesheets
body.no-top-and-bottom-margins(style='overflow: hidden')
body.container.no-top-and-bottom-margins(style='overflow: hidden')
#fcc!= markup
script!= state
script.