give more horizontal "space" between Tags on "mobile view"

margin-bottom: 3px or 4px would look better IMHO.


maybe 3px as there is also 3px for "margin-right" (at the "Page Nav") here:

Code:
.PageNav .pageNavHeader, .PageNav a, .PageNav .scrollable {
    display: block;
    float: left;
    margin-right: 3px;
}
 
Last edited:
Top Bottom