When viewing the website at in these ranges 1000 wide to 1200 wide the primary menu goes below the logo. I have added the code below to the style sheet to make the text smaller but it is not working. Is there another way to make the size of the menu link smaller when viewing at 1000wide or 1200wide?
@media (min-width: 1199px) {
.primary-menu > .menu-link {
display: block;
line-height: 22px;
padding: 14px 5px;
color: #444;
font-weight: 700;
font-size: 0.6325rem;
letter-spacing: 1px;
text-transform: uppercase;
font-family: 'Lato', sans-serif;
}}
