Skip to content

Commit

Permalink
add basic responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
erquhart committed Dec 6, 2017
1 parent aa7cfdd commit 4ded3f8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/components/App/App.css
@@ -1,6 +1,7 @@
@import "./Header.css";

.nc-app-main {
width: 1440px;
min-width: 800px;
max-width: 1440px;
margin: 0 auto;
}
3 changes: 2 additions & 1 deletion src/components/App/Header.css
Expand Up @@ -15,7 +15,8 @@
.nc-appHeader-content {
display: flex;
justify-content: space-between;
max-width: 1600px;
min-width: 800px;
max-width: 1440px;
padding: 0 12px;
margin: 0 auto;
}
Expand Down
1 change: 1 addition & 0 deletions src/components/Editor/EditorInterface.css
Expand Up @@ -37,6 +37,7 @@

.nc-entryEditor-containerOuter {
width: 100%;
min-width: 800px;
height: 100%;
position: absolute;
top: 0;
Expand Down
1 change: 1 addition & 0 deletions src/components/Editor/EditorToolbar.css
Expand Up @@ -6,6 +6,7 @@
top: 0;
left: 0;
width: 100%;
min-width: 800px;
z-index: 300;
background-color: #fff;
height: 66px;
Expand Down

0 comments on commit 4ded3f8

Please sign in to comment.