Skip to content

Commit

Permalink
Fixed small bug with responsive blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
ashabed committed May 27, 2015
1 parent f091170 commit 1f866ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7692,5 +7692,7 @@ a.th {
/* line 402, ../scss/debug_academy_theme.scss */
.front .main-pane {
bottom: 25px;
margin: 0 auto;
max-width: 100%;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,10 @@
#tabs-logistics_section-middle .ui-tabs-panel{width:auto; display:block !important;}
#how-different{width:auto;}
#tabs-logistics_section-middle .item-list{display:none;}
.main-pane { bottom:25px; }
.main-pane {
bottom:25px;
margin: 0 auto;
max-width: 100%; }

}
}

0 comments on commit 1f866ea

Please sign in to comment.