CSS
13
Вклад в тег
.gallery__items {
display: flex;
flex-wrap: wrap;
gap: 4px;
}
.gallery__item {
width: 50%;
}
.mt-5 {
margin-top: 3rem!important;
}