Answer the question
In order to leave comments, you need to log in
Why am I having flex-wrap on 2 columns with a column width of 33.333%?
https://dpy3b.github.io/Sportmarket/app/
Slider on Swiper.js "Popular Products"
PS This friend https://tony3901.github.io/logo/ has the code exactly the same as mine, but the columns behave adequately, I've been looking at this and my code for a week now and I can't figure out what the
UPD problem is . in my global style file with "settings" it was written
html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
._swiper>div {
width: 100%;
height: 100%;
box-sizing: content-box;
display: flex;
position: relative
}
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