Skip to content

Instantly share code, notes, and snippets.

@Jursdotme
Created October 30, 2018 12:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jursdotme/1defda76ed717cedb2b4c9f501a4dd08 to your computer and use it in GitHub Desktop.
Save Jursdotme/1defda76ed717cedb2b4c9f501a4dd08 to your computer and use it in GitHub Desktop.
.stretch-column .fl-col-content {
justify-content: space-between !important;
}
.stretch-column .fl-module,
.stretch-column .fl-module-content,
.stretch-column .fl-module-content > div {
height: 100%;
}
.stretch-column .fl-module-content > div {
display: flex;
justify-content: center;
flex-direction: column;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment