/* TODO: move this out of mobiles.css */
#navbar li a {
    margin-left: 20px;
}

@media (max-width: 767px) {
    /* CSS goes here */

    .news .row div {
        clear: both;
    }

}
