diff --git a/frontend/scenes/Flatpage/Flatpage.js b/frontend/scenes/Flatpage/Flatpage.js
index 73a88a623..a87ce2716 100644
--- a/frontend/scenes/Flatpage/Flatpage.js
+++ b/frontend/scenes/Flatpage/Flatpage.js
@@ -1,8 +1,6 @@
// @flow
import React from 'react';
import { observer } from 'mobx-react';
-
-import Layout, { Title } from 'components/Layout';
import CenteredContent from 'components/CenteredContent';
import { DocumentHtml } from 'components/Document';
import PageTitle from 'components/PageTitle';
@@ -21,12 +19,10 @@ type Props = {
const { title, content } = this.props;
return (
- } search={false}>
+
-
-
-
-
+
+
);
}
}
diff --git a/server/static/dev.html b/server/static/dev.html
index 7c1dc25e1..04b8c94dd 100644
--- a/server/static/dev.html
+++ b/server/static/dev.html
@@ -9,30 +9,20 @@
padding: 0;
}
+ body {
+ display: flex;
+ width: 100%;
+ height: 100%;
+ }
+
#root {
flex: 1;
height: 100%;
}
-
- .container {
- display: flex;
- flex;
- }
-
- .header {
- display: flex;
- flex: 1;
- height: 42px;
- border-bottom: 1px solid #eee;
- }
-
-
+
+
diff --git a/server/static/index.html b/server/static/index.html
index 21c5637eb..01e0eca11 100644
--- a/server/static/index.html
+++ b/server/static/index.html
@@ -1,19 +1,16 @@
-
-
- Atlas
-
-
-
-
-
-
-
\ No newline at end of file
+
+ Atlas
+
+
+
+
+