#nameList {width: 50%;}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #nameList {
        width: 95%;
    }
}