See the Pen flexで2カラム by takapen (@takapen) on CodePen.
ul { display: flex; justify-content: space-between; flex-wrap: wrap; margin: 10px; } li { width: 49%; margin-bottom: 16px; background: #ccc; }