14 lines
142 B
SCSS
14 lines
142 B
SCSS
|
.app {
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
.editor-holder {
|
||
|
width: 50%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
.preview-frame {
|
||
|
width: 50%;
|
||
|
}
|