.projects ul {
    display: inline-block;
    padding-inline-start: 0rem;
    list-style-type: none;
}

.projects li {
    float: left;
}

.project-tag {
    position: relative;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: white;
    background-color: black;
    border-radius: .125rem;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}

.project-tag-text {
    padding-inline: .5rem;
    line-height: 1.25;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.project-tag-text a {
    color: white;
    text-decoration: none;
}