Answer the question
In order to leave comments, you need to log in
What is wrong with less code?
.fashion {
margin-top: 100px;
&-box {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
grid-template-rows: 300px;
grid-gap: 45px;
}
&__img {
width: 100%;
height: 220px;
background-color: @accent;
}
&__text {
text-align: center;
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question