#credits {
    margin: 0;
    font-size: 12px;
}

#credits a {
    margin: 25px 0 25px 15px;
    padding: 8px 0 6px 40px;
    background-repeat: no-repeat;
    display: block;
    color: #483f36;
    display: inline-block;
}

@media (max-width: 750px) {

    #credits {
        border-top: 1px solid #eee;
        text-align: center;
    }

}