Commit aa32690ae7570a1ad8ac7c23d431603017bddf34

Authored by Victor Costa
1 parent a8c31065

Reduce width of side boxes

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/app/views/profile/box.html
1   -<div ng-class="{'col-md-3': box.position!=1, 'col-md-6': box.position==1}">
  1 +<div ng-class="{'col-md-2-5': box.position!=1, 'col-md-7': box.position==1}">
2 2 <ng-include ng-repeat="block in box.blocks | orderBy: 'position'" src="'app/views/profile/block.html'"></ng-include>
3 3 </div>
... ...