jurassic-park-interface/sass/components/_output-display.scss
2020-06-04 14:47:21 +01:00

10 lines
160 B
SCSS

.output-display__wrapper {
display: flex;
flex-direction: column;
}
.output-display-content__wrapper {
flex: 1;
display: flex;
flex-direction: row;
}