Html – CSS Border-box issue, How can I explain this?
https://codepen.io/Eugene-73/pen/mybEbMW body { display: flex; } .section { width: 1260px; } .speakers { display: flex; flex-wrap: wrap; justify-content: center; } .speaker { width: 418px; /* Если поставить 420px то 3 столбец съедет вниз, почему так??? Эти 2 пикселя от бордера,…