Skip to content

Commit

Permalink
Use custom IE flexbox CSS for demo
Browse files Browse the repository at this point in the history
  • Loading branch information
bantic committed Jul 14, 2015
1 parent f38c3fe commit 2839ce5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions demo/demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ body {
}

.container {
display: -ms-flexbox;
display: flex;

-ms-flex-pack: justify;
justify-content: space-around;
}

Expand Down

0 comments on commit 2839ce5

Please sign in to comment.