13 lines
99 B
CSS
13 lines
99 B
CSS
section {
|
|
display: flex;
|
|
}
|
|
|
|
.dropzone {
|
|
flex: 1 auto;
|
|
width: 50%;
|
|
}
|
|
|
|
aside {
|
|
width: 50%;
|
|
}
|