9 lines
167 B
Plaintext
9 lines
167 B
Plaintext
.inventory-container {
|
|
width: 600px;
|
|
background-color: rgb(0, 0, 0);
|
|
height: 768px;
|
|
flex-wrap: nowrap;
|
|
flex-direction: column;
|
|
flex-grow: 0;
|
|
}
|