Fix(layout): use specific body css tag for react
This commit is contained in:
@ -67,6 +67,11 @@ body.no-top-and-bottom-margins {
|
||||
margin: 75px 20px 0px 20px;
|
||||
}
|
||||
|
||||
body.react-layout {
|
||||
margin-top: 75px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
h1, h2 {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
@ -6,7 +6,7 @@ html(lang='en')
|
||||
else
|
||||
title Free Code Camp
|
||||
include partials/react-stylesheets
|
||||
body.container.no-top-and-bottom-margins(style='overflow: hidden')
|
||||
body.container.react-layout(style='overflow: hidden')
|
||||
#fcc!= markup
|
||||
script!= state
|
||||
script.
|
||||
|
Reference in New Issue
Block a user