diff --git a/site/theme/template/Layout/index.jsx b/site/theme/template/Layout/index.jsx index 6ff02fa593..88eee47bb4 100644 --- a/site/theme/template/Layout/index.jsx +++ b/site/theme/template/Layout/index.jsx @@ -96,15 +96,17 @@ export default class Layout extends React.Component { const { appLocale } = this.state; return ( - - -
-
- {children} -
-
-
+ + + +
+
+ {children} +
+
+
+
); } }