Fix(css): trimming of app sides on mobile
add class container to body
This commit is contained in:
@ -6,7 +6,7 @@ html(lang='en')
|
|||||||
else
|
else
|
||||||
title Free Code Camp
|
title Free Code Camp
|
||||||
include partials/react-stylesheets
|
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
|
#fcc!= markup
|
||||||
script!= state
|
script!= state
|
||||||
script.
|
script.
|
||||||
|
Reference in New Issue
Block a user