5 lines
84 B
CSS
5 lines
84 B
CSS
.article {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
} |