.app-list {
    display: flex;
    flex-wrap: wrap;
}

.app-list .entry-wrapper {
    padding: 6px 12.5px;
    flex: 1 1 50%;
    width: 50%;
}

.app-list .entry-wrapper a {
    color: #333;
    padding: 14px;
    display: block;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.24);
    text-align: center;
}

.app-list .entry-wrapper .title {
    margin-top: 6px;
    display: block;
}

.app-list .entry-wrapper .iconfont {
    text-align: center;
    margin: auto;
    color: #fff;
    width: 55px;
    height: 55px;
    background: #356abc;
    display: block;
    font-size: 36px;
    border-radius: 50%;
}