6 lines
No EOL
112 B
CSS
6 lines
No EOL
112 B
CSS
.listContainer {
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
background-color: rgb(225, 225, 225);
|
|
} |