cellular-automata/lib/app_component.css

11 lines
92 B
CSS

#wrapper {
display: flex;
}
#viewport {
flex: 0 0 65%;
}
#sidebar {
flex: 1;
}