Hey Folks
Anyone know how to make the heading/navigation menu text bigger?
I already added this code, but this is not changing the header/navigation text, only the menu text once you click on the dropdown.
@media screen and (min-width: 990px) { .header.header–middle-left { grid-template-columns: auto 1fr auto;
}
nav.header__inline-menu { text-align: center;
}
}
a.header__menu-item.header__menu-item.list-menu__item.link { font-size: 20px;
}
