Masterpiece: Header nav - resize font
Sally
css
3 years ago
304 B
7
Indexable
@media only screen and (max-width: 1600px){
nav .header .nav-list li {
margin-right: 25px !important;
width: 120px !important;
}
}
.navigation__link{
padding: 7px 0 !important;
& h3{
margin-bottom: 0 !important;
font-size: 30px !important;
}
}Editor is loading...