﻿.flex-container {
    display: flex;
    flex-wrap: wrap;
}

.flex-item {
    flex: 1 1 0;
    margin: 3px 10px;
}