Skip to content

Commit

Permalink
Fix screenshots layout in FF/IE
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowled committed Dec 10, 2015
1 parent 5c910ff commit 9cb3942
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions _sass/modules/_showcase.scss
Expand Up @@ -87,6 +87,15 @@
margin: 1rem 0;
}

ul {
width: 100%;

@media screen and (min-width: $md) {
display: table;
table-layout: fixed;
}
}

li {
display: block;
margin: 0 0 1rem;
Expand Down

0 comments on commit 9cb3942

Please sign in to comment.