7 lines
112 B
CSS
7 lines
112 B
CSS
ul.stats {
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
display: flex;
|
|
flex-direction: column;
|
|
} |