mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
11 lines
129 B
CSS
11 lines
129 B
CSS
|
.drives {
|
||
|
display: flex;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.driveBay {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
flex: 1 1 50%;
|
||
|
}
|