.boxer {
    display: flex;
    flex-wrap: wrap;
}
.boxer li {
    list-style: none;
    border: solid 1px rgba(0, 0, 0, 0.125);
    padding: 16px;
    width: 222px;
    height: 222px;
    margin: 16px;
    display: flex;
    flex-direction: column;
    align-content: space-between;
}

.boxer a.title {
    font-weight: 800;
    text-decoration: none;
    border-bottom: none;
    color: #3366BB;
}

.boxer span.date {
    font-size: 0.7em;
    color: #999;
    align-self: flex-end;
}

.boxer .content {
    font-size: 0.8em;
    overflow: hidden;
}