Alexey Boroda
/
extrem-new
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
e09a600a30de5518a960ee68ad75d90a88b2a1d1
Authored by
Eugeny Galkovskiy
2016-10-21 13:40:14 +0300
1 parent
89fb10a3
123
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
frontend/web/css/style.css
Inline
Side-by-side
frontend/web/css/style.css
Wrap text
Show/Hide comments
View file @
e09a600
...
...
@@ -2206,6 +2206,9 @@ p.right{text-align: right;}
2206
2206
}
2207
2207
}
2208
2208
@media (max-width: 991px) {
2209
+ .menu .container ul li:hover .dropd_menu{
2210
+ display:none;
2211
+ }
2209
2212
.blog1 .text .picture{
2210
2213
margin-bottom: 53px;
2211
2214
}
...
...