7 lines
98 B
CSS
7 lines
98 B
CSS
#stats{
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: flex-start;
|
|
flex-wrap: wrap;
|
|
}
|