Skip to content

Commit

Permalink
Section Grid Aligns Picture on Top if text too long
Browse files Browse the repository at this point in the history
  • Loading branch information
pfolta committed Apr 3, 2016
1 parent 03a17d0 commit a240899
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions _scss/components/section-grid.scss
Expand Up @@ -7,12 +7,6 @@
display: -ms-flexbox;
display: flex;

-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
-ms-grid-row-align: center;
align-items: center;

figure,
.description {
margin: 0;
Expand All @@ -25,6 +19,10 @@
display: -ms-flexbox;
display: flex;

-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;

-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
Expand Down

0 comments on commit a240899

Please sign in to comment.