p5.js-web-editor/styles/layout/_ide.scss
2016-05-10 22:22:32 -04:00

14 lines
No EOL
142 B
SCSS

.app {
display: flex;
flex-direction: row;
height: 100%;
}
.editor-holder {
width: 50%;
height: 100%;
}
.preview-frame {
width: 50%;
}