.tag-list {
    max-width: 700px;
    min-width: 360px;
    margin-bottom: 40px;
    list-style: none;
}

.tag-list > li {
    display: inline;
    margin-right: 10px;
    white-space: nowrap;
    line-height: 2.2rem;
}
