Skip to content

Commit

Permalink
update layout.html
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Jul 16, 2014
1 parent b418708 commit 5199f21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
align-items: flex-start;
}

html /deep/ [layout][center] {
html /deep/ [layout][center], html /deep/ [layout][center-center] {
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
Expand All @@ -177,7 +177,7 @@
justify-content: flex-start;
}

html /deep/ [layout][center-justified] {
html /deep/ [layout][center-justified], html /deep/ [layout][center-center] {
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
Expand Down

0 comments on commit 5199f21

Please sign in to comment.