6 lines
86 B
SCSS
6 lines
86 B
SCSS
.newCollection {
|
|
display: flex;
|
|
justify-content: center;
|
|
padding-block: 16px;
|
|
}
|