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
0eb6f7bd54dac7da4a3d5cc3eafc73315e61a60d
Authored by
Eugeny Galkovskiy
2016-10-19 14:36:36 +0300
1 parent
9d811e51
123
Showing
1 changed file
with
4 additions
and
1 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 @
0eb6f7b
...
...
@@ -2094,7 +2094,10 @@ p.right{text-align: right;}
2094
2094
margin-left:0px;
2095
2095
}
2096
2096
.menu li{
2097
- width: 16%;
2097
+ max-width: 16%;
2098
+ }
2099
+ .menu .container{
2100
+ max-width: 700px;
2098
2101
}
2099
2102
}
2100
2103
@media (max-width: 991px) {
...
...