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
9282eee5eb04110c0ac0804fe5dc202f5315e46a
Authored by
Eugeny Galkovskiy
2016-10-19 14:30:52 +0300
1 parent
4e1ba1fd
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 @
9282eee
...
...
@@ -2092,6 +2092,9 @@ p.right{text-align: right;}
2092
2092
.menu li:nth-child(3n+1){
2093
2093
margin-left:0px;
2094
2094
}
2095
+ .menu li{
2096
+ width: 16%;
2097
+ }
2095
2098
}
2096
2099
@media (max-width: 991px) {
2097
2100
.post_1_main{margin-left:0;}
...
...