mirror of
https://github.com/SpikeHD/MojoFrontend.git
synced 2024-11-16 15:31:11 +00:00
6 lines
110 B
CSS
6 lines
110 B
CSS
|
#playerContent div {
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
justify-content: space-between;
|
||
|
width: 20%;
|
||
|
}
|