font weight on mobile

This commit is contained in:
Arvind Tiwari 2017-09-08 03:52:24 +05:30
commit 60bc1a86b3
2 changed files with 8 additions and 4 deletions

View file

@ -980,8 +980,12 @@ tech-sub-sec h2 {
.dropdown-menu>li>a {
font-size: 13px;
font-weight: 300;
/*font-family: 'Lato-Light', sans-serif;*/
}
@media (min-width: 768px) {
.dropdown-menu>li>a {
font-weight: 300;
}
}
.navbar-default .navbar-nav>.active>a,