Menu first hidden by destop -

git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3388 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
adametz 2018-04-12 15:05:02 +00:00
parent c42c7358ea
commit ee9a1ce0ec
4 changed files with 19 additions and 8 deletions

View file

@ -3857,6 +3857,11 @@ a,
content: attr(data-title);
}
}
@media (min-width: 768px) {
.dropdown-menu li.first {
display: none;
}
}
@media (max-width: 768px) {
.navbar .navbar-subnavi .navbar-nav {
margin: 7.5px -10px;