Skip to content

Commit

Permalink
Merge pull request #7 from ens-hsr/master
Browse files Browse the repository at this point in the history
don't flex columns for extra small screens
  • Loading branch information
davidrichardson committed Aug 21, 2014
2 parents 43bb89f + bd205f3 commit d535281
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -237,3 +237,9 @@ table.experiments td.assays a:hover {
display: -webkit-flex;
display: flex;
}

@media (max-width: 767px) { /* @screen-xs-max */
.flex-row, .flex-row > div[class*='col-'] {
display: block;
}
}

0 comments on commit d535281

Please sign in to comment.