font weight on mobile
This commit is contained in:
parent
fc170462e2
commit
60bc1a86b3
2 changed files with 8 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue