11 lines
112 B
CSS
11 lines
112 B
CSS
|
.container {
|
||
|
display: flex
|
||
|
}
|
||
|
.controlPane {
|
||
|
width: 50%;
|
||
|
padding: 0 10px;
|
||
|
}
|
||
|
.previewPane {
|
||
|
width: 50%;
|
||
|
}
|