6 lines
92 B
CSS
6 lines
92 B
CSS
.vert_container{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
}
|