Просмотр поста

.
ramzes

css

a.linc {
 
        text-decoration: none;
        display: block;
    }

замени на
a.linc {
        text-decoration: none;
        display: inline-block;
        max-width: 75%
    }
.menu1 span.red {
       max-width: 15%;
}