static-cms/src/components/EntryEditor.css

11 lines
112 B
CSS
Raw Normal View History

2016-09-11 23:08:18 +02:00
.container {
display: flex
}
.controlPane {
width: 50%;
padding: 0 10px;
}
.previewPane {
width: 50%;
}