Answer the question
In order to leave comments, you need to log in
Why layout breaks in Safari?
on other browsers everything works perfectly, but on Safari one section breaks.
and on otsalnyh as it should.
Maybe it's the prefixes? But I put down all the -webkit- prefixes
Answer the question
In order to leave comments, you need to log in
Give me a link, I'll take a look and I'll be able to tell you. Most likely not all prefixes added. Which new may not be registered with you.
container {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex; /* NEW */
-webkit-flex-wrap: wrap; /* NEW */
display: flex;
flex-wrap: wrap;
justify-content: center;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question