Created
June 13, 2019 15:24
-
-
Save acanza/1c3bce657c959aeef6a1e37e1943fa36 to your computer and use it in GitHub Desktop.
[CSS] Divi - Centrar verticalmente contenido en las columnas
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
display: flex; | |
flex-direction: column; | |
justify-content: center; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment