13 lines
99 B
CSS
Raw Normal View History

2020-05-19 11:43:42 +03:00
section {
display: flex;
}
.dropzone {
flex: 1 auto;
width: 50%;
}
aside {
width: 50%;
}