From a2408999fc08c57bc824870db960b6f3fbcf815b Mon Sep 17 00:00:00 2001 From: Peter Folta Date: Sun, 3 Apr 2016 20:30:47 +0100 Subject: [PATCH] Section Grid Aligns Picture on Top if text too long --- _scss/components/section-grid.scss | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/_scss/components/section-grid.scss b/_scss/components/section-grid.scss index 197bcb6..97f23f7 100644 --- a/_scss/components/section-grid.scss +++ b/_scss/components/section-grid.scss @@ -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; @@ -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;