p5.js-web-editor/styles/layout/_ide.scss

14 lines
142 B
SCSS
Raw Normal View History

2016-05-11 04:22:32 +02:00
.app {
display: flex;
flex-direction: row;
height: 100%;
}
.editor-holder {
width: 50%;
height: 100%;
}
.preview-frame {
width: 50%;
}