6 lines
85 B
CSS
6 lines
85 B
CSS
.load-more {
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-top: 32px;
|
|
}
|