8 lines
124 B
CSS
8 lines
124 B
CSS
|
.history_list{
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
align-items: center;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|