multi-project/projects/app/_modules/pages/home/partners/homepage-partners.component...

16 lines
230 B
SCSS

.items {
display: flex;
justify-content: space-between;
column-gap: 40px;
flex-wrap: wrap;
.item {
text-align: center;
p {
font-weight: 400;
font-size: 1.125rem;
line-height: 22px;
}
}
}