.gh-link {
    height: 40px;
    font-size: 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 18px;
    color: white;
}

.repo-name {
    font-size: 12px;
    font-weight: 500;
    margin-top: 2px;
    margin-left: 10px;
}

@media (max-width: 520px) {
    .repo-name {
        display: none;
    }

    .gh-link {
        width: 52px;
        margin: 0;
    }
}