harrypapas
5/14/2020 - 10:24 AM

Vertical Align Content

Add center_parent to row and add center_col to each column

No inner row

/**********VERTICAL ALIGN CONTENT**********/

@media(min-width: 768px) {
  
  .center_parent > .section_inner > .section_inner_margin {
    display: flex;
  }
  
  .center_col {
    display: flex;
    align-items: center;
    justify-content: center;
  }

}

/**********END VERTICAL ALIGN CONTENT**********/