Skip to content

Instantly share code, notes, and snippets.

@acanza
Created June 13, 2019 15:24
Show Gist options
  • Save acanza/1c3bce657c959aeef6a1e37e1943fa36 to your computer and use it in GitHub Desktop.
Save acanza/1c3bce657c959aeef6a1e37e1943fa36 to your computer and use it in GitHub Desktop.
[CSS] Divi - Centrar verticalmente contenido en las columnas
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