From 39e84c8d5964e9fc0720321100aae7af6172b0e2 Mon Sep 17 00:00:00 2001 From: Colin Megill Date: Sat, 23 Dec 2017 15:24:38 -0800 Subject: [PATCH] move continuous to the left --- src/components/app.js | 2 +- src/components/framework/container.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/app.js b/src/components/app.js index ac999153..9ef8d9b8 100644 --- a/src/components/app.js +++ b/src/components/app.js @@ -63,8 +63,8 @@ class App extends React.Component { {this.props.cells.error ? "Error loading cells" : null} {false ? : ""} - + ) diff --git a/src/components/framework/container.css b/src/components/framework/container.css index d5e3c461..71aed4d6 100644 --- a/src/components/framework/container.css +++ b/src/components/framework/container.css @@ -1,5 +1,5 @@ .container { max-width: 1200px; - margin: auto; + margin-left: 400px; min-height: 100%; }