client/src/App.scss
changeset 12 48ddaa42b810
parent 5 5c91bfa8fcde
child 18 dab2a16500e0
--- a/client/src/App.scss	Wed May 31 17:28:12 2017 +0200
+++ b/client/src/App.scss	Wed May 31 17:51:54 2017 +0200
@@ -20,7 +20,7 @@
 
 .toolbar-menu {
   padding: 1px 0 17px 18px;
-  margin: 0 -20px;
+  // margin: 0 -20px;
   border-bottom: 2px solid #eee;
   margin-bottom: 20px;
   .button {
@@ -33,6 +33,11 @@
   }
 }
 
+.editor-wrapper {
+  border: 1px solid #efefef;
+  padding: 20px;
+}
+
 
 @keyframes App-logo-spin {
   from { transform: rotate(0deg); }