6 lines
86 B
CSS
6 lines
86 B
CSS
|
.section {
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
justify-content: center;
|
||
|
}
|