organic_ast_explorer/src/Explorer.module.css
2024-01-28 18:21:38 -05:00

12 lines
130 B
CSS

.Explorer {
display: flex;
flex-direction: row;
height: 100%;
width: 100%;
> * {
flex: 1;
flex-basis: 0;
}
}