New menu for contacts
This commit is contained in:
parent
8133d7f116
commit
56910ad47f
5 changed files with 22 additions and 13 deletions
|
@ -142,6 +142,11 @@ ul.social-menu .social-link-mail:hover a {
|
|||
.logo img {
|
||||
position: absolute;
|
||||
}
|
||||
@media (min-width: 768px) and (max-width: 899px) {
|
||||
.navbar-default .navbar-nav > li:first-child {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@media (max-width: 767px) {/*
|
||||
.navbar-brand > img {
|
||||
margin-top: -5px;
|
||||
|
|
Reference in a new issue